-------------------------------2022/12/31 10:03:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:03:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:04:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:08:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:08:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:09:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:13:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:13:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:14:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:18:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:18:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:19:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:23:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:23:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:24:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:28:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:28:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:29:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:33:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:33:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:34:05------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:38:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:38:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:39:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:43:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:43:39------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:44:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:48:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:48:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:49:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:53:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:53:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:54:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 10:58:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 10:58:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 10:59:05------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:03:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:03:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:04:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:08:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:08:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:09:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:13:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:13:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:14:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:18:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:18:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:19:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:23:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:23:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:24:05------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:28:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:28:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:29:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:33:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:33:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:34:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:38:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:38:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:39:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:43:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:43:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:44:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:48:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:48:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:49:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:53:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:53:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:54:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 11:58:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 11:58:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 11:59:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:03:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:03:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:04:05------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:08:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:08:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:09:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:13:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:13:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:14:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:18:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:18:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:19:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:23:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:23:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:24:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:28:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:28:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:29:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:33:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:33:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:34:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:38:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:38:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:39:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:43:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:43:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:44:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:48:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:48:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:49:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:53:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:53:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:54:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 12:58:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 12:58:40------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 12:59:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:03:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:03:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:04:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:08:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:08:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:09:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:13:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:13:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:14:06------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:18:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:18:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:19:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:23:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:23:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:24:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:28:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:28:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:29:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:33:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:33:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:34:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:38:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:38:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:39:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:43:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:43:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:44:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:48:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:48:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:49:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:53:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:53:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:54:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 13:58:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 13:58:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 13:59:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:03:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:03:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:04:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:08:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:08:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:09:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:13:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:13:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:14:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:18:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:18:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:19:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:23:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:23:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:24:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:28:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:28:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:29:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:33:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:33:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:34:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:38:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:38:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:39:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:43:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:43:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:44:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:48:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:48:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:49:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:53:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:53:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:54:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 14:58:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 14:58:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 14:59:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:03:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 15:03:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:04:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:08:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 15:08:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:09:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:13:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 15:13:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:14:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:18:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2022/12/31 15:18:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:19:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:23:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:8 -------------------------------2022/12/31 15:23:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:24:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:24:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:24:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:28:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 15:28:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:29:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:29:08------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:29:22------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:33:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 15:33:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:34:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:34:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:34:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:38:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 15:38:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:39:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:39:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:39:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:43:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 15:43:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:44:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:44:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:44:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:48:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 15:48:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:49:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:49:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:49:24------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:53:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 15:53:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:54:07------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:54:07------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:54:22------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:58:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 15:58:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 15:59:08------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 15:59:08------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 15:59:23------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:03:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:03:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:04:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:04:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:04:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:08:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:08:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:09:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:09:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:09:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:13:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:13:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:14:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:14:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:14:24------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:18:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:18:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:19:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:19:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:19:24------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:23:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:23:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:24:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:24:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:24:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:28:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:28:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:29:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:29:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:29:23------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:33:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:33:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:34:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:34:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:34:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:38:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:38:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:39:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:39:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:39:29------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:43:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:43:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:44:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:44:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:44:23------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:48:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:48:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:49:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:49:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:49:24------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:53:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:53:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:54:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:54:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:54:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:58:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 16:58:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 16:59:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 16:59:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 16:59:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:03:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:03:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:04:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:04:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:04:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:08:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:08:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:09:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:09:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:09:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:13:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:13:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:14:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:14:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:14:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:18:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:18:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:19:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:19:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:19:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:23:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:23:42------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:24:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:24:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:24:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:28:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:28:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:29:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:29:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:29:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:33:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:33:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:34:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:34:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:34:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:38:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:38:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:39:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:39:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:39:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:43:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:43:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:44:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:44:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:44:24------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:48:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:48:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:49:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:49:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:49:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:53:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:53:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:54:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:54:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:54:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:58:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 17:58:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 17:59:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 17:59:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 17:59:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:03:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:03:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:04:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:04:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:04:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:08:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:08:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:09:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:09:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:09:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:13:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:13:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:14:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:14:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:14:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:18:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:18:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:19:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:19:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:19:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:23:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:23:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:24:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:24:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:24:23------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:28:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:28:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:29:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:29:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:29:23------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:33:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:33:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:34:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:34:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:34:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:38:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:38:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:39:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:39:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:39:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:43:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:43:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:44:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:44:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:44:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:48:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:48:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:49:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:49:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:49:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:53:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:53:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:54:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:54:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:54:23------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:58:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 18:58:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 18:59:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 18:59:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 18:59:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:03:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:03:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:04:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:04:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:04:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:08:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:08:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:09:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:09:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:09:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:13:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:13:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:14:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:14:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:14:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:18:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:18:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:19:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:19:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:19:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:23:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:23:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:24:09------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:24:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:24:24------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:28:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:28:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:29:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:29:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:29:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:33:43------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:33:43------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:34:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:34:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:34:29------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:38:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:38:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:39:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:39:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:39:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:43:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:43:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:44:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:44:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:44:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:48:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:48:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:49:10------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:49:10------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:49:24------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:53:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:53:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:54:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:54:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:54:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:58:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 19:58:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 19:59:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 19:59:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 19:59:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:03:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:03:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:04:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:04:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:04:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:08:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:08:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:09:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:09:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:09:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:13:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:13:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:14:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:14:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:14:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:18:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:18:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:19:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:19:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:19:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:23:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:23:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:24:16------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:24:16------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:24:31------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:28:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:28:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:29:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:29:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:29:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:33:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:33:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:34:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:34:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:34:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:38:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:38:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:39:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:39:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:39:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:43:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:43:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:44:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:44:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:44:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:48:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:48:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:49:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:49:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:49:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:53:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:53:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:54:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:54:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:54:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:58:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 20:58:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 20:59:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 20:59:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 20:59:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:03:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:03:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:04:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:04:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:04:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:08:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:08:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:09:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:09:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:09:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:13:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:13:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:14:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:14:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:14:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:18:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:18:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:19:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:19:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:19:31------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:23:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:23:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:24:16------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:24:16------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:24:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:28:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:28:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:29:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:29:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:29:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:33:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:33:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:34:17------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:34:17------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:34:35------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:38:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:38:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:39:15------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:39:15------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:39:34------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:43:44------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:43:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:44:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:44:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:44:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:48:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:48:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:49:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:49:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:49:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:53:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:53:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:54:15------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:54:15------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:54:31------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:58:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 21:58:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 21:59:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 21:59:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 21:59:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:03:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:03:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:04:16------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:04:16------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:04:31------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:08:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:08:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:09:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:09:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:09:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:13:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:13:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:14:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:14:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:14:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:18:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:18:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:19:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:19:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:19:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:23:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:23:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:24:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:24:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:24:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:28:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:28:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:29:17------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:29:17------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:29:32------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:33:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:33:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:34:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:34:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:34:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:38:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:38:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:39:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:39:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:39:29------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:43:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:43:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:44:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:44:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:44:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:48:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:48:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:49:15------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:49:15------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:49:30------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:53:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:53:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:54:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:54:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:54:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:58:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 22:58:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 22:59:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 22:59:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 22:59:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:03:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:03:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:04:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:04:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:04:31------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:08:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:08:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:09:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:09:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:09:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:13:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:13:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:14:17------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:14:17------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:14:31------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:18:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:18:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:19:14------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:19:14------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:19:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:23:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:23:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:24:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:24:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:24:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:28:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:28:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:29:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:29:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:29:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:33:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:33:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:34:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:34:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:34:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:38:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:38:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:39:15------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:39:15------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:39:31------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:43:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:43:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:44:13------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:44:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:44:28------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:48:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:48:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:49:11------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:49:11------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:49:25------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:53:45------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:53:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:54:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:54:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:54:27------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:58:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/31 23:58:46------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/31 23:59:12------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/31 23:59:12------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/31 23:59:26------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose)