-------------------------------2023/1/1 0:03:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:03:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:04:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:04:18------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:04:33------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:04:33------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:05: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) -------------------------------2023/1/1 0:05:11------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:05: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) -------------------------------2023/1/1 0:05:30------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:05:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:05:40------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:06: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) -------------------------------2023/1/1 0:06:05------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:06: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) -------------------------------2023/1/1 0:06:09------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:06: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) -------------------------------2023/1/1 0:06:12------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:06: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) -------------------------------2023/1/1 0:06:15------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:06:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:08:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:08:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:09: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) -------------------------------2023/1/1 0:09:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:09:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:09:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:10: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) -------------------------------2023/1/1 0:10:22------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:10:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:10:40------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:10:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:10:49------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:11: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) -------------------------------2023/1/1 0:11:07------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:11: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) -------------------------------2023/1/1 0:11:10------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:11: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) -------------------------------2023/1/1 0:11:12------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:11: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) -------------------------------2023/1/1 0:11:15------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:11:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:13:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:13:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:14:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:14:18------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:14:33------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:14:33------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:15:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:15:19------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:15:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:15:36------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:15:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:15:48------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:16: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) -------------------------------2023/1/1 0:16:06------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:16: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) -------------------------------2023/1/1 0:16:11------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:16: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) -------------------------------2023/1/1 0:16:13------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:16: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) -------------------------------2023/1/1 0:16:16------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:16:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:18:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:18:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:19:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:19:20------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:19:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:19:36------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:20:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:20:18------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:20:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:20:37------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:20:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:20:47------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:21: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) -------------------------------2023/1/1 0:21:08------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:21: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) -------------------------------2023/1/1 0:21:12------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:21: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) -------------------------------2023/1/1 0:21:14------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:21: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) -------------------------------2023/1/1 0:21:17------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:21:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:23:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:23:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:24: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) -------------------------------2023/1/1 0:24:22------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:24:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:24:37------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:25:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:25:20------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:25:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:25:37------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:25:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:25:46------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:26: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) -------------------------------2023/1/1 0:26:05------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:26: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) -------------------------------2023/1/1 0:26:07------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:26: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) -------------------------------2023/1/1 0:26:10------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:26: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) -------------------------------2023/1/1 0:26:13------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:26: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) -------------------------------2023/1/1 0:28:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:28:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0: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) -------------------------------2023/1/1 0:29:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:29: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) -------------------------------2023/1/1 0:29:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:30: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) -------------------------------2023/1/1 0:30:08------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:30: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) -------------------------------2023/1/1 0:30:25------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:30: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) -------------------------------2023/1/1 0:30:34------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:30:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:30:51------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:30:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:30:55------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:30:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:30:57------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:31:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:31:00------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:31:03------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:33:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:33:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:34:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:34:19------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:34: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) -------------------------------2023/1/1 0:34:34------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:35: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) -------------------------------2023/1/1 0:35:14------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:35: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) -------------------------------2023/1/1 0:35:32------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:35:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:35:42------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:36:04------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:36:04------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:36: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) -------------------------------2023/1/1 0:36:07------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:36: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) -------------------------------2023/1/1 0:36:10------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:36: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) -------------------------------2023/1/1 0:36:12------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:36: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) -------------------------------2023/1/1 0:38:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:38:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:39:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:39:21------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:39:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:39:36------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:40: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) -------------------------------2023/1/1 0:40:08------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:40: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) -------------------------------2023/1/1 0:40:25------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:40: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) -------------------------------2023/1/1 0:40:34------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:40:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:40:51------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:40:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:40:54------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:40:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:40:56------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:40:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:40:59------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:41:02------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:43:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:43:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:44:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:44:18------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:44: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) -------------------------------2023/1/1 0:44:32------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:45: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) -------------------------------2023/1/1 0:45:16------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:45:33------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:45:33------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:45:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:45:42------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:46: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) -------------------------------2023/1/1 0:46:07------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:46: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) -------------------------------2023/1/1 0:46:09------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:46: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) -------------------------------2023/1/1 0:46:12------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:46: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) -------------------------------2023/1/1 0:46:15------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:46:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:48:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:48:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0: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) -------------------------------2023/1/1 0:49:25------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:49:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:49:40------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:50: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) -------------------------------2023/1/1 0:50:26------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:50:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:50:43------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:50:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:50:53------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:51: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) -------------------------------2023/1/1 0:51:12------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:51: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) -------------------------------2023/1/1 0:51:16------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:51:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:51:19------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:51:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:51:21------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:51: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) -------------------------------2023/1/1 0:53:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:53:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:54: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) -------------------------------2023/1/1 0:54:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:54:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:54:39------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 0:55: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) -------------------------------2023/1/1 0:55:11------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 0:55: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) -------------------------------2023/1/1 0:55:28------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 0:55:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:55:37------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 0:55:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:55:57------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 0:55:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:55:59------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 0:56:02------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:56:02------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 0:56: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) -------------------------------2023/1/1 0:56:05------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 0:56: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) -------------------------------2023/1/1 0:58:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 0:58:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 0:59:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 0:59:20------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 0:59: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) -------------------------------2023/1/1 0:59:35------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:00:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:00:18------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:00:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:00:36------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:00:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:00:46------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:01:08------------------------------- 队列结账异常:数据库“JeezDBlh”的事务日志已满,原因为“LOG_BACKUP”。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:01:08------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:01: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) -------------------------------2023/1/1 1:01:11------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:01: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) -------------------------------2023/1/1 1:01:13------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:01: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) -------------------------------2023/1/1 1:01:16------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:01:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:03:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:03:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:04: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) -------------------------------2023/1/1 1:04:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:04:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:04:41------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:05: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) -------------------------------2023/1/1 1:05:29------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:05:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:05:47------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:05:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:05:57------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:06: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) -------------------------------2023/1/1 1:06:17------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:06:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:06:21------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:06: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) -------------------------------2023/1/1 1:06:23------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:06: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) -------------------------------2023/1/1 1:06:26------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:06: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) -------------------------------2023/1/1 1:08:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:08:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:09: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) -------------------------------2023/1/1 1:09:23------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:09:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:09:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:10: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) -------------------------------2023/1/1 1:10:26------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:10:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:10:43------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:10:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:10:52------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:11: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) -------------------------------2023/1/1 1:11:11------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:11: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) -------------------------------2023/1/1 1:11:14------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:11: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) -------------------------------2023/1/1 1:11:17------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:11:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:11:19------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:11: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) -------------------------------2023/1/1 1:13:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:13:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1: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) -------------------------------2023/1/1 1:14:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:14:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:14:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:15: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) -------------------------------2023/1/1 1:15:25------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:15:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:15:42------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:15:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:15:52------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:16: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) -------------------------------2023/1/1 1:16:10------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:16: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) -------------------------------2023/1/1 1:16:13------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:16: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) -------------------------------2023/1/1 1:16:16------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:16:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:16:18------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:16:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:18:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:18:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:19: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) -------------------------------2023/1/1 1:19:23------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:19:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:19:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:20: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) -------------------------------2023/1/1 1:20:11------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:20: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) -------------------------------2023/1/1 1:20:29------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:20:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:20:39------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:20:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:20:58------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:21:01------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:21:01------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:21:04------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:21:04------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:21: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) -------------------------------2023/1/1 1:21:06------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:21: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) -------------------------------2023/1/1 1:23:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:23:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:24: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) -------------------------------2023/1/1 1:24:22------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:24:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:24:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:25: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) -------------------------------2023/1/1 1:25:16------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:25: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) -------------------------------2023/1/1 1:25:34------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:25:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:25:43------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:26:04------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:26:04------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:26: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) -------------------------------2023/1/1 1:26:07------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:26: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) -------------------------------2023/1/1 1:26:10------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:26: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) -------------------------------2023/1/1 1:26:12------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:26: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) -------------------------------2023/1/1 1:28:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:28:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1: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) -------------------------------2023/1/1 1:29:22------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:29:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:29:37------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:30:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:30:18------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:30:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:30:37------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:30:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:30:46------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:31: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) -------------------------------2023/1/1 1:31:09------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:31: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) -------------------------------2023/1/1 1:31:12------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:31: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) -------------------------------2023/1/1 1:31:14------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:31: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) -------------------------------2023/1/1 1:31:17------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:31:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:33:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:33:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:34: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) -------------------------------2023/1/1 1:34:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:34:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:34:39------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:35: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) -------------------------------2023/1/1 1:35:22------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:35:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:35:39------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:35:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:35:49------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:36: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) -------------------------------2023/1/1 1:36:10------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:36: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) -------------------------------2023/1/1 1:36:13------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:36: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) -------------------------------2023/1/1 1:36:16------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:36:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:36:18------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:36:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:38:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:38:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:39: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) -------------------------------2023/1/1 1:39:23------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:39:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:39:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:40: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) -------------------------------2023/1/1 1:40:10------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:40: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) -------------------------------2023/1/1 1:40:26------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:40: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) -------------------------------2023/1/1 1:40:35------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:40:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:40:53------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:40:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:40:56------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:40:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:40:58------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:41:01------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:41:01------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:41:04------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:43:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:43:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:44:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:44:20------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:44: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) -------------------------------2023/1/1 1:44:35------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:45:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:45:21------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:45:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:45:39------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:45:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:45:48------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:46: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) -------------------------------2023/1/1 1:46:07------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:46: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) -------------------------------2023/1/1 1:46:10------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:46: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) -------------------------------2023/1/1 1:46:13------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:46: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) -------------------------------2023/1/1 1:46:15------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:46:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:48:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:48:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:49: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) -------------------------------2023/1/1 1:49:23------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:49:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:49:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:50: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) -------------------------------2023/1/1 1:50:23------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:50:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:50:42------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:50:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:50:52------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:51: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) -------------------------------2023/1/1 1:51:11------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:51: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) -------------------------------2023/1/1 1:51:16------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:51:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:51:18------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:51:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:51:21------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:51: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) -------------------------------2023/1/1 1:53:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:53:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:54: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) -------------------------------2023/1/1 1:54:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:54:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:54:39------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 1:55: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) -------------------------------2023/1/1 1:55:10------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 1:55: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) -------------------------------2023/1/1 1:55:27------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 1:55:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:55:36------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 1:55:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:55:54------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 1:55:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:55:57------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 1:56:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:56:00------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 1:56:03------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:56:03------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 1:56: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) -------------------------------2023/1/1 1:58:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 1:58:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 1:59:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:59:21------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 1:59:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 1:59:36------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:00:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:00:21------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:00:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:00:38------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:00:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:00:47------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:01: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) -------------------------------2023/1/1 2:01:11------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:01: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) -------------------------------2023/1/1 2:01:14------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:01: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) -------------------------------2023/1/1 2:01:16------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:01:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:01:19------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:01: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) -------------------------------2023/1/1 2:03:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:03:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:04: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) -------------------------------2023/1/1 2:04:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:04:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:04:39------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:05: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) -------------------------------2023/1/1 2:05:23------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:05:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:05:42------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:05:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:05:51------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:06: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) -------------------------------2023/1/1 2:06:12------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:06: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) -------------------------------2023/1/1 2:06:15------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:06:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:06:18------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:06:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:06:21------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:06: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) -------------------------------2023/1/1 2:08:46------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:08:46------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:09: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) -------------------------------2023/1/1 2:09:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:09:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:09:40------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:10: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) -------------------------------2023/1/1 2:10:22------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:10:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:10:40------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:10:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:10:49------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:11: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) -------------------------------2023/1/1 2:11:07------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:11: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) -------------------------------2023/1/1 2:11:10------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:11: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) -------------------------------2023/1/1 2:11:13------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:11: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) -------------------------------2023/1/1 2:11:15------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:11:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:13:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:13:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:14: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) -------------------------------2023/1/1 2:14:22------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:14:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:14:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:15:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:15:20------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:15:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:15:37------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:15:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:15:46------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:16: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) -------------------------------2023/1/1 2:16:08------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:16: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) -------------------------------2023/1/1 2:16:11------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:16: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) -------------------------------2023/1/1 2:16:14------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:16: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) -------------------------------2023/1/1 2:16:16------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:16:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:18:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:18:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:19:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:19:20------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:19:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:19:36------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:20: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) -------------------------------2023/1/1 2:20:22------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:20:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:20:40------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:20:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:20:50------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:21: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) -------------------------------2023/1/1 2:21:09------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:21: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) -------------------------------2023/1/1 2:21:13------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:21: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) -------------------------------2023/1/1 2:21:16------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:21:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:21:18------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:21:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:23:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:23:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2: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) -------------------------------2023/1/1 2:24:25------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:24:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:24:40------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:25: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) -------------------------------2023/1/1 2:25:24------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:25:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:25:41------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:25:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:25:50------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:26: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) -------------------------------2023/1/1 2:26:09------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:26: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) -------------------------------2023/1/1 2:26:12------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:26: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) -------------------------------2023/1/1 2:26:14------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:26: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) -------------------------------2023/1/1 2:26:17------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:26:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:28:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:28:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:29: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) -------------------------------2023/1/1 2:29:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:29:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:29:40------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:30:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:30:20------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:30:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:30:37------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:30:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:30:46------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:31: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) -------------------------------2023/1/1 2:31:07------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:31: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) -------------------------------2023/1/1 2:31:10------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:31: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) -------------------------------2023/1/1 2:31:13------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:31: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) -------------------------------2023/1/1 2:31:15------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:31:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:33:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:33:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:34:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:34:19------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2: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) -------------------------------2023/1/1 2:34:35------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:35:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:35:18------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:35:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:35:36------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:35:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:35:46------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:36:03------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:36:03------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:36: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) -------------------------------2023/1/1 2:36:07------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:36: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) -------------------------------2023/1/1 2:36:10------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:36: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) -------------------------------2023/1/1 2:36:12------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:36: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) -------------------------------2023/1/1 2:38:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:38:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:39: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) -------------------------------2023/1/1 2:39:23------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:39:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:39:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:40:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:40:19------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:40: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) -------------------------------2023/1/1 2:40:35------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:40:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:40:44------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:41: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) -------------------------------2023/1/1 2:41:07------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:41: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) -------------------------------2023/1/1 2:41:09------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:41: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) -------------------------------2023/1/1 2:41:12------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:41: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) -------------------------------2023/1/1 2:41:15------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:41: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) -------------------------------2023/1/1 2:43:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:43:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:44:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:44:21------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:44:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:44:37------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:44:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:44:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:45: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) -------------------------------2023/1/1 2:45:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:45: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) -------------------------------2023/1/1 2:45:26------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:45:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:45:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:45:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:45:47------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:45:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:45:49------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:45:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:45:52------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:45:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:48:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:48:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2: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) -------------------------------2023/1/1 2:49:24------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:49:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:49:40------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 2:50:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:50:18------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 2:50:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:50:36------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 2:50:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:50:45------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 2:51: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) -------------------------------2023/1/1 2:51:07------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 2:51: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) -------------------------------2023/1/1 2:51:11------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 2:51: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) -------------------------------2023/1/1 2:51:14------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 2:51: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) -------------------------------2023/1/1 2:51:16------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 2:51:19------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:53:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:53:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:53:47------------------------------- 队列结账异常:数据库“JeezDBlh”的事务日志已满,原因为“LOG_BACKUP”。 SQL:delete jzTollBalance from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID left join jzOrganization as o on h.OrganizationID=o.ID where [Year] = @para_0 and [Month] = @para_1 and o.ID =423 delete jzReceiveBalance from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID left join jzOrganization as o on c.OrganizationID=o.ID where [Year] = @para_0 and [Month] = @para_1 and o.ID =423 delete jzForegiftBalance from jzForegiftBalance as b left join jzCustomer as c on b.CustomerID=c.ID left join jzOrganization as o on c.OrganizationID=o.ID where [Year] = @para_0 and [Month] = @para_1 and o.ID =423 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 2:53:47------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 2:53:48------------------------------- 队列结账异常:保存返回错误:数据库“JeezDBlh”的事务日志已满,原因为“LOG_BACKUP”。 在 Jeez.Database.DbStore.ExecuteScalar(String commandText, IList parameters, Int32 DebugInfoID) 在 Jeez.DAL.DataStore.InsertDataRow(DbStore dbStore, DataRow row, EntityMap map, ObjectContext Context, Int32 DebugInfoID, DbStore dbParentStore) 在 Jeez.DAL.DataStore.InsertRow(EntityMap map, DataRow row, PkChangeTable pkChangeTable, Int32 DebugInfoID) 在 Jeez.DAL.DataStore.ProcessInserts(DataTable table, Int32 DebugInfoID) 在 Jeez.DAL.DataStore.SaveChangesInObjectContext(String connectionString, DataSet dataSet, String clientLoginID, ArrayList ExtendedProperties, Int32 DebugInfoID) -------------------------------2023/1/1 2:58:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 2:58:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 2:58:47------------------------------- 队列结账异常:保存返回错误:数据库“JeezDBlh”的事务日志已满,原因为“LOG_BACKUP”。 在 Jeez.Database.DbStore.ExecuteScalar(String commandText, IList parameters, Int32 DebugInfoID) 在 Jeez.DAL.DataStore.InsertDataRow(DbStore dbStore, DataRow row, EntityMap map, ObjectContext Context, Int32 DebugInfoID, DbStore dbParentStore) 在 Jeez.DAL.DataStore.InsertRow(EntityMap map, DataRow row, PkChangeTable pkChangeTable, Int32 DebugInfoID) 在 Jeez.DAL.DataStore.ProcessInserts(DataTable table, Int32 DebugInfoID) 在 Jeez.DAL.DataStore.SaveChangesInObjectContext(String connectionString, DataSet dataSet, String clientLoginID, ArrayList ExtendedProperties, Int32 DebugInfoID) -------------------------------2023/1/1 3:03:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:03:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3:04: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) -------------------------------2023/1/1 3:04:22------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3:04:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:04:38------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:05: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) -------------------------------2023/1/1 3:05:11------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:05: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) -------------------------------2023/1/1 3:05:29------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:05:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:05:38------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:05:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:05:53------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:05:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:05:56------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:05:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:05:59------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:06:03------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:06:03------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:06: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) -------------------------------2023/1/1 3:08:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:08:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3:09: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) -------------------------------2023/1/1 3:09:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:09:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:10:03------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:10:03------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:10:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:10:21------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:10: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) -------------------------------2023/1/1 3:10:29------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:10:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:10:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:10:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:10:47------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:10:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:10:50------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:10:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:10:53------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:10:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:13:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:13:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3:14: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) -------------------------------2023/1/1 3:14:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3:14: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) -------------------------------2023/1/1 3:14:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:15:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:15:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:15:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:15:18------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:15: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) -------------------------------2023/1/1 3:15:30------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:15:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:15:45------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:15:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:15:48------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:15:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:15:51------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:15:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:15:54------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:15:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:18:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:18:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:19:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:19:28------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:19:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:19:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:20: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) -------------------------------2023/1/1 3:20:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:20:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:20:21------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:20:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:20:37------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:20:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:20:39------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:20:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:20:42------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:20:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:20:44------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:20:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:23:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:23:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3:24: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) -------------------------------2023/1/1 3:24:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:24:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:24:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:24:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:25: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) -------------------------------2023/1/1 3:25:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:25: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) -------------------------------2023/1/1 3:25:22------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:25:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:25:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:25:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:25:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:25:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:25:43------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:25:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:25:46------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:25:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:28:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:28:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:29:13------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:29:28------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:29:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:29:56------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:30: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) -------------------------------2023/1/1 3:30:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:30: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) -------------------------------2023/1/1 3:30:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:30:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:30:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:30:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:30:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:30:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:30:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:30:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:30:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:30:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:33:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:33:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:34:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:34:28------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:34:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:34:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:35: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) -------------------------------2023/1/1 3:35:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:35:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:35:21------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:35:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:35:37------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:35:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:35:39------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:35:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:35:42------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:35:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:35:45------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:35:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:38:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:38:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:39:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:39:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:39:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:39:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:40: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) -------------------------------2023/1/1 3:40:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:40: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) -------------------------------2023/1/1 3:40:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:40:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:40:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:40:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:40:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:40:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:40:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:40:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:40:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:40:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:43:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:43:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:44:13------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:44:28------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:44:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:44:56------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:45: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) -------------------------------2023/1/1 3:45:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:45: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) -------------------------------2023/1/1 3:45:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:45:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:45:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:45:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:45:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:45:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:45:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:45:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:45:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:45:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:48:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:48:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3:49: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) -------------------------------2023/1/1 3:49:13------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:49:27------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:49:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:49:56------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:50: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) -------------------------------2023/1/1 3:50:12------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:50:20------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:50:20------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:50:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:50:36------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:50:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:50:38------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:50:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:50:41------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:50:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:50:43------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:50:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:53:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:53:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:54:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3:54: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) -------------------------------2023/1/1 3:54:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:54:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:54:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 3:55: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) -------------------------------2023/1/1 3:55:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 3:55: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) -------------------------------2023/1/1 3:55:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 3:55:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:55:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 3:55:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:55:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 3:55:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:55:46------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 3:55:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:55:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 3:55:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:58:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 3:58:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 3: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) -------------------------------2023/1/1 3:59:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 3:59: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) -------------------------------2023/1/1 3:59:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 3:59:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 3:59:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:00: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) -------------------------------2023/1/1 4:00:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:00: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) -------------------------------2023/1/1 4:00:26------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:00:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:00:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:00:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:00:45------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:00:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:00:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:00:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:00:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:00:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:03:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:03:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:04:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:04:28------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:04:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:04:56------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:05: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) -------------------------------2023/1/1 4:05:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:05:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:05:21------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:05:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:05:37------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:05:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:05:39------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:05:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:05:42------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:05:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:05:45------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:05:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:08:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:08:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:09: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) -------------------------------2023/1/1 4:09:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4:09: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) -------------------------------2023/1/1 4:09:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:10:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:10:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:10: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) -------------------------------2023/1/1 4:10:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:10: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) -------------------------------2023/1/1 4:10:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:10:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:10:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:10:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:10:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:10:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:10:46------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:10:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:10:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:10:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:13:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:13:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:14: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) -------------------------------2023/1/1 4:14:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4:14: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) -------------------------------2023/1/1 4:14:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:14:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:14:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:15: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) -------------------------------2023/1/1 4:15:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:15: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) -------------------------------2023/1/1 4:15:27------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:15:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:15:43------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:15:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:15:47------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:15:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:15:49------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:15:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:15:52------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:15:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:18:47------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:18:47------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:19: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) -------------------------------2023/1/1 4:19:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4:19: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) -------------------------------2023/1/1 4:19:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:19:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:19:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:20: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) -------------------------------2023/1/1 4:20:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:20: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) -------------------------------2023/1/1 4:20:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:20:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:20:42------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:20:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:20:45------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:20:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:20:48------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:20:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:20:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:20:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:23:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:23:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:24: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) -------------------------------2023/1/1 4:24:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:24:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:24:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:24:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:25: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) -------------------------------2023/1/1 4:25:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:25: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) -------------------------------2023/1/1 4:25:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:25:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:25:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:25:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:25:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:25:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:25:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:25:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:25:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:25:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:28:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:28:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:29: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) -------------------------------2023/1/1 4:29:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4:29: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) -------------------------------2023/1/1 4:29:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:29:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:29:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:30: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) -------------------------------2023/1/1 4:30:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:30: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) -------------------------------2023/1/1 4:30:26------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:30:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:30:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:30:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:30:45------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:30:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:30:48------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:30:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:30:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:30:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:33:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:33:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:34: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) -------------------------------2023/1/1 4:34:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:34:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:34:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:34:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:35: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) -------------------------------2023/1/1 4:35:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:35: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) -------------------------------2023/1/1 4:35:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:35:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:35:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:35:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:35:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:35:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:35:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:35:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:35:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:35:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:38:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:38:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:39:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:39:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:39:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:39:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:40: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) -------------------------------2023/1/1 4:40:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:40: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) -------------------------------2023/1/1 4:40:22------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:40:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:40:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:40:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:40:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:40:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:40:43------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:40:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:40:46------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:40:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:43:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:43:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:44:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4: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) -------------------------------2023/1/1 4:44:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:44:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:44:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:45: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) -------------------------------2023/1/1 4:45:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:45: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) -------------------------------2023/1/1 4:45:27------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:45:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:45:42------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:45:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:45:46------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:45:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:45:48------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:45:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:45:51------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:45:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:48:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:48:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:49: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) -------------------------------2023/1/1 4:49:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4:49: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) -------------------------------2023/1/1 4:49:28------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:49:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:49:56------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:50: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) -------------------------------2023/1/1 4:50:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:50:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:50:21------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:50:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:50:37------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:50:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:50:40------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:50:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:50:42------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:50:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:50:45------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:50:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:53:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:53:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:54: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) -------------------------------2023/1/1 4:54:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4:54: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) -------------------------------2023/1/1 4:54:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:54:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:54:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 4:55: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) -------------------------------2023/1/1 4:55:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 4:55: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) -------------------------------2023/1/1 4:55:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 4:55:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:55:42------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 4:55:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:55:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 4:55:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:55:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 4:55:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:55:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 4:55:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:58:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 4:58:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 4:59: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) -------------------------------2023/1/1 4:59:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 4:59: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) -------------------------------2023/1/1 4:59:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 4:59:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 4:59:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:00: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) -------------------------------2023/1/1 5:00:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:00: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) -------------------------------2023/1/1 5:00:26------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:00:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:00:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:00:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:00:45------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:00:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:00:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:00:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:00:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:00:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:03:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:03:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:04:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5:04: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) -------------------------------2023/1/1 5:04:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:04:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:04:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:05: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) -------------------------------2023/1/1 5:05:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:05: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) -------------------------------2023/1/1 5:05:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:05:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:05:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:05:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:05:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:05:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:05:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:05:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:05:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:05:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:08:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:08:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:09: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) -------------------------------2023/1/1 5:09:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:09:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:09:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:09:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:10: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) -------------------------------2023/1/1 5:10:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:10: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) -------------------------------2023/1/1 5:10:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:10:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:10:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:10:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:10:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:10:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:10:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:10:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:10:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:10:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:13:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:13:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:14:13------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:14:28------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:14:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:14:55------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:15: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) -------------------------------2023/1/1 5:15:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:15: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) -------------------------------2023/1/1 5:15:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:15:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:15:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:15:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:15:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:15:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:15:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:15:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:15:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:15:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:18:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:18:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:19: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) -------------------------------2023/1/1 5:19:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:19:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:20:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:20:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:20:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:20:18------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:20: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) -------------------------------2023/1/1 5:20:26------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:20:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:20:42------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:20:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:20:45------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:20:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:20:48------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:20:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:20:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:20:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:23:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:23:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:24: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) -------------------------------2023/1/1 5:24:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5:24: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) -------------------------------2023/1/1 5:24:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:24:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:24:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:25: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) -------------------------------2023/1/1 5:25:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:25:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:25:21------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:25:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:25:37------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:25:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:25:40------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:25:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:25:42------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:25:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:25:45------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:25:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:28:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:28:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:29: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) -------------------------------2023/1/1 5:29:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5:29: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) -------------------------------2023/1/1 5:29:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:29:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:29:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:30: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) -------------------------------2023/1/1 5:30:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:30: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) -------------------------------2023/1/1 5:30:26------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:30:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:30:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:30:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:30:45------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:30:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:30:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:30:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:30:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:30:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:33:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:33:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:34: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) -------------------------------2023/1/1 5:34:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5:34: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) -------------------------------2023/1/1 5:34:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:34:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:34:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:35: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) -------------------------------2023/1/1 5:35:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:35: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) -------------------------------2023/1/1 5:35:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:35:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:35:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:35:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:35:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:35:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:35:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:35:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:35:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:35:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:38:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:38:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:39: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) -------------------------------2023/1/1 5:39:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:39:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:40:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:40:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:40: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) -------------------------------2023/1/1 5:40:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:40: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) -------------------------------2023/1/1 5:40:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:40:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:40:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:40:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:40:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:40:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:40:46------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:40:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:40:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:40:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:43:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:43:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:44: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) -------------------------------2023/1/1 5:44:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:44:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:44:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:44:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:45: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) -------------------------------2023/1/1 5:45:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:45: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) -------------------------------2023/1/1 5:45:28------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:45:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:45:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:45:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:45:48------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:45:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:45:51------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:45:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:45:54------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:45:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:48:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:48:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:49:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:49:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:49:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:49:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:50: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) -------------------------------2023/1/1 5:50:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:50: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) -------------------------------2023/1/1 5:50:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:50:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:50:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:50:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:50:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:50:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:50:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:50:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:50:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:50:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:53:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:53:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5: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) -------------------------------2023/1/1 5:54:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5:54: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) -------------------------------2023/1/1 5:54:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:54:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:54:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 5:55: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) -------------------------------2023/1/1 5:55:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 5:55: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) -------------------------------2023/1/1 5:55:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 5:55:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:55:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 5:55:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:55:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 5:55:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:55:46------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 5:55:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:55:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 5:55:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:58:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 5:58:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 5:59: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) -------------------------------2023/1/1 5:59:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 5:59: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) -------------------------------2023/1/1 5:59:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 5:59:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 5:59:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:00: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) -------------------------------2023/1/1 6:00:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:00: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) -------------------------------2023/1/1 6:00:28------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:00:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:00:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:00:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:00:48------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:00:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:00:50------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:00:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:00:53------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:00:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:03:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:03:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:04: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) -------------------------------2023/1/1 6:04:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:04:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:04:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:04:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:05: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) -------------------------------2023/1/1 6:05:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:05: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) -------------------------------2023/1/1 6:05:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:05:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:05:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:05:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:05:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:05:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:05:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:05:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:05:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:05:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:08:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:08:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:09: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) -------------------------------2023/1/1 6:09:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:09:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:09:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:09:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:10: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) -------------------------------2023/1/1 6:10:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:10: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) -------------------------------2023/1/1 6:10:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:10:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:10:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:10:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:10:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:10:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:10:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:10:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:10:46------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:10:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:13:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:13:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:14: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) -------------------------------2023/1/1 6:14:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6:14: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) -------------------------------2023/1/1 6:14:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:14:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:14:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:15: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) -------------------------------2023/1/1 6:15:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:15: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) -------------------------------2023/1/1 6:15:27------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:15:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:15:43------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:15:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:15:47------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:15:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:15:50------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:15:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:15:52------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:15:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:18:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:18:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:19: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) -------------------------------2023/1/1 6:19:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6:19: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) -------------------------------2023/1/1 6:19:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:19:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:19:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:20: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) -------------------------------2023/1/1 6:20:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:20: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) -------------------------------2023/1/1 6:20:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:20:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:20:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:20:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:20:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:20:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:20:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:20:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:20:46------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:20:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:23:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:23:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:24: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) -------------------------------2023/1/1 6:24:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:24:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:24:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:24:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:25: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) -------------------------------2023/1/1 6:25:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:25: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) -------------------------------2023/1/1 6:25:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:25:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:25:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:25:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:25:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:25:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:25:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:25:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:25:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:25:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:28:48------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:28:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:29: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) -------------------------------2023/1/1 6:29:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6:29: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) -------------------------------2023/1/1 6:29:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:29:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:29:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:30: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) -------------------------------2023/1/1 6:30:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:30: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) -------------------------------2023/1/1 6:30:27------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:30:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:30:46------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:30:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:30:49------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:30:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:30:52------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:30:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:30:55------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:30:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:33:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:33:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:34:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6:34: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) -------------------------------2023/1/1 6:34:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:34:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:34:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:35: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) -------------------------------2023/1/1 6:35:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:35: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) -------------------------------2023/1/1 6:35:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:35:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:35:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:35:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:35:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:35:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:35:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:35:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:35:46------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:35:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:38:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:38:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:39:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:39:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:39:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:39:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:40: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) -------------------------------2023/1/1 6:40:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:40: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) -------------------------------2023/1/1 6:40:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:40:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:40:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:40:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:40:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:40:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:40:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:40:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:40:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:40:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:43:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:43:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:44:14------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6:44: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) -------------------------------2023/1/1 6:44:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:44:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:44:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:45: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) -------------------------------2023/1/1 6:45:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:45: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) -------------------------------2023/1/1 6:45:27------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:45:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:45:43------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:45:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:45:46------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:45:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:45:49------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:45:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:45:51------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:45:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:48:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:48:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:49: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) -------------------------------2023/1/1 6:49:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6: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) -------------------------------2023/1/1 6:49:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:49:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:49:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:50: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) -------------------------------2023/1/1 6:50:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:50: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) -------------------------------2023/1/1 6:50:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:50:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:50:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:50:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:50:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:50:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:50:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:50:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:50:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:50:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:53:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:53:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:54: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) -------------------------------2023/1/1 6:54:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6:54: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) -------------------------------2023/1/1 6:54:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 6:54:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:54:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 6:55: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) -------------------------------2023/1/1 6:55:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 6:55: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) -------------------------------2023/1/1 6:55:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 6:55:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:55:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 6:55:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:55:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 6:55:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:55:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 6:55:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:55:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 6:55:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 6:58:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 6:58:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 6:59: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) -------------------------------2023/1/1 6:59:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 6:59: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) -------------------------------2023/1/1 6:59:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:00:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:00:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:00: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) -------------------------------2023/1/1 7:00:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:00: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) -------------------------------2023/1/1 7:00:29------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:00:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:00:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:00:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:00:47------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:00:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:00:50------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:00:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:00:53------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:00:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:03:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:03:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:04: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) -------------------------------2023/1/1 7:04:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:04: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) -------------------------------2023/1/1 7:04:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:04:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:04:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:05: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) -------------------------------2023/1/1 7:05:13------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:05:21------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:05:21------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:05:36------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:05:36------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:05:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:05:39------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:05:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:05:42------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:05:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:05:44------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:05:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:08:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:08:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:09: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) -------------------------------2023/1/1 7:09:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:09: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) -------------------------------2023/1/1 7:09:32------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:10:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:10:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:10: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) -------------------------------2023/1/1 7:10:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:10: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) -------------------------------2023/1/1 7:10:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:10:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:10:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:10:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:10:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:10:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:10:46------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:10:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:10:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:10:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:13:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:13:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:14: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) -------------------------------2023/1/1 7:14:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:14: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) -------------------------------2023/1/1 7:14:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:14:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:14:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:15: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) -------------------------------2023/1/1 7:15:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:15: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) -------------------------------2023/1/1 7:15:27------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:15:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:15:42------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:15:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:15:45------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:15:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:15:48------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:15:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:15:51------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:15:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:18:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:18:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:19: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) -------------------------------2023/1/1 7:19:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:19: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) -------------------------------2023/1/1 7:19:29------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:19:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:19:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:20: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) -------------------------------2023/1/1 7:20:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:20: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) -------------------------------2023/1/1 7:20:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:20:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:20:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:20:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:20:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:20:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:20:43------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:20:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:20:46------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:20:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:23:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:23:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:24: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) -------------------------------2023/1/1 7:24:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7: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) -------------------------------2023/1/1 7:24:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:24:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:24:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:25: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) -------------------------------2023/1/1 7:25:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:25: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) -------------------------------2023/1/1 7:25:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:25:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:25:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:25:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:25:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:25:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:25:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:25:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:25:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:25:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:28:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:28:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:29: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) -------------------------------2023/1/1 7:29:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:29: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) -------------------------------2023/1/1 7:29:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:29:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:29:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:30: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) -------------------------------2023/1/1 7:30:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:30: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) -------------------------------2023/1/1 7:30:28------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:30:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:30:43------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:30:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:30:47------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:30:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:30:49------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:30:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:30:52------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:30:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:33:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:33:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:34: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) -------------------------------2023/1/1 7:34:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7: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) -------------------------------2023/1/1 7:34:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:34:58------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:34:58------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:35: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) -------------------------------2023/1/1 7:35:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:35: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) -------------------------------2023/1/1 7:35:23------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:35:38------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:35:38------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:35:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:35:41------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:35:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:35:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:35:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:35:46------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:35:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:38:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:38:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:39: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) -------------------------------2023/1/1 7:39:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7: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) -------------------------------2023/1/1 7:39:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:40:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:40:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:40: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) -------------------------------2023/1/1 7:40:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:40: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) -------------------------------2023/1/1 7:40:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:40:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:40:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:40:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:40:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:40:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:40:46------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:40:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:40:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:40:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:43:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:43:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:44: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) -------------------------------2023/1/1 7:44:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7: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) -------------------------------2023/1/1 7:44:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:44:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:44:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:45: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) -------------------------------2023/1/1 7:45:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:45: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) -------------------------------2023/1/1 7:45:28------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:45:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:45:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:45:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:45:48------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:45:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:45:50------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:45:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:45:53------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:45:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:48:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:48:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:49: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) -------------------------------2023/1/1 7:49:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:49: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) -------------------------------2023/1/1 7:49:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:49:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:49:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:50: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) -------------------------------2023/1/1 7:50:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:50: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) -------------------------------2023/1/1 7:50:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:50:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:50:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:50:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:50:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:50:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:50:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:50:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:50:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:50:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:53:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:53:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:54: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) -------------------------------2023/1/1 7:54:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:54: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) -------------------------------2023/1/1 7:54:32------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 7:55:01------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:55:01------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 7:55: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) -------------------------------2023/1/1 7:55:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 7:55: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) -------------------------------2023/1/1 7:55:26------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 7:55:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:55:42------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 7:55:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:55:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 7:55:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:55:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 7:55:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:55:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 7:55:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 7:58:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 7:58:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 7:59: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) -------------------------------2023/1/1 7:59:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 7:59: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) -------------------------------2023/1/1 7:59:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:00:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:00:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:00: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) -------------------------------2023/1/1 8:00:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:00: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) -------------------------------2023/1/1 8:00:28------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:00:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:00:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:00:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:00:48------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:00:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:00:51------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:00:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:00:53------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:00:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:03:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:03:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8: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) -------------------------------2023/1/1 8:04:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8: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) -------------------------------2023/1/1 8:04:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:05:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:05:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:05: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) -------------------------------2023/1/1 8:05:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:05: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) -------------------------------2023/1/1 8:05:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:05:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:05:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:05:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:05:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:05:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:05:46------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:05:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:05:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:05:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:08:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:08:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:09: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) -------------------------------2023/1/1 8:09:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:09: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) -------------------------------2023/1/1 8:09:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:09:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:09:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:10: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) -------------------------------2023/1/1 8:10:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:10: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) -------------------------------2023/1/1 8:10:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:10:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:10:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:10:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:10:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:10:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:10:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:10:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:10:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:10:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:13:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:13:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:14: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) -------------------------------2023/1/1 8:14:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:14: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) -------------------------------2023/1/1 8:14:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:14:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:14:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:15: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) -------------------------------2023/1/1 8:15:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:15: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) -------------------------------2023/1/1 8:15:28------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:15:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:15:43------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:15:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:15:46------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:15:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:15:49------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:15:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:15:52------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:15:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:18:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:18:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:19: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) -------------------------------2023/1/1 8:19:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8: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) -------------------------------2023/1/1 8:19:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:19:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:19:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:20: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) -------------------------------2023/1/1 8:20:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:20: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) -------------------------------2023/1/1 8:20:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:20:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:20:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:20:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:20:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:20:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:20:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:20:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:20:50------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:20:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:23:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:23:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:24: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) -------------------------------2023/1/1 8:24:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8: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) -------------------------------2023/1/1 8:24:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:25:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:25:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:25: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) -------------------------------2023/1/1 8:25:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:25: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) -------------------------------2023/1/1 8:25:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:25:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:25:40------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:25:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:25:43------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:25:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:25:45------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:25:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:25:48------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:25:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:28:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:28:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:29: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) -------------------------------2023/1/1 8:29:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:29: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) -------------------------------2023/1/1 8:29:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:29:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:29:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:30: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) -------------------------------2023/1/1 8:30:16------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:30: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) -------------------------------2023/1/1 8:30:27------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:30:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:30:43------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:30:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:30:46------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:30:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:30:49------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:30:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:30:51------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:30:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:33:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:33:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:34: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) -------------------------------2023/1/1 8:34:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:34: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) -------------------------------2023/1/1 8:34:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:35:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:35:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:35: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) -------------------------------2023/1/1 8:35:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:35: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) -------------------------------2023/1/1 8:35:25------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:35:41------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:35:41------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:35:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:35:44------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:35:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:35:47------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:35:49------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:35:49------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:35:52------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:38:49------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:38:49------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:39: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) -------------------------------2023/1/1 8:39:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8: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) -------------------------------2023/1/1 8:39:31------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:39:59------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:39:59------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:40: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) -------------------------------2023/1/1 8:40:15------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:40: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) -------------------------------2023/1/1 8:40:24------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:40:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:40:39------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:40:42------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:40:42------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:40:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:40:44------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:40:47------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:40:47------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:40:50------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:43:50------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:43:50------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:44: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) -------------------------------2023/1/1 8:44:16------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:44: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) -------------------------------2023/1/1 8:44:32------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:45:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:45:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:45:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:45:18------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:45: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) -------------------------------2023/1/1 8:45:29------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:45:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:45:45------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:45:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:45:48------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:45:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:45:51------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:45:53------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:45:53------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:45:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:48:50------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:48:50------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:49: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) -------------------------------2023/1/1 8:49:28------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:49:46------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:49:46------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:50: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) -------------------------------2023/1/1 8:50:15------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:50: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) -------------------------------2023/1/1 8:50:31------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:50:39------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:50:39------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:50:55------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:50:55------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:50:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:50:57------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:51:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:51:00------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:51:03------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:51:03------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:51: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) -------------------------------2023/1/1 8:53:50------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:53:50------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8: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) -------------------------------2023/1/1 8:54:15------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:54: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) -------------------------------2023/1/1 8:54:30------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 8:54:57------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:54:57------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 8:55: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) -------------------------------2023/1/1 8:55:14------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 8:55: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) -------------------------------2023/1/1 8:55:22------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 8:55:37------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:55:37------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 8:55:40------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:55:40------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 8:55:43------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:55:43------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 8:55:45------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:55:45------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 8:55:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 8:58:50------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 8:58:50------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 8:59: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) -------------------------------2023/1/1 8:59:17------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 8:59: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) -------------------------------2023/1/1 8:59:32------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 9:00:00------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 9:00:00------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:00:18------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 9:00:18------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 9:00: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) -------------------------------2023/1/1 9:00:29------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 9:00:44------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 9:00:44------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 9:00:48------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 9:00:48------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 9:00:51------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 9:00:51------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 9:00:54------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 9:00:54------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 9:00:56------------------------------- 队列结账异常:指定的转换无效。 SQL: insert into jzTollBalance([Year],[Month],HouseID,CustomerID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,HouseID,CustomerID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0 ,CurrencyID,ExchangeRate from jzTollBalance as b left join jzHouse as h on b.HouseID=h.ID where [Year] = @para_2 and [Month] = @para_3 and h.OrganizationID=@para_4 insert into jzReceiveBalance([Year],[Month],CustomerID,HouseID,TollItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,Refundment,SumRefundment,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,HouseID,TollItemID,EndBalance,0,SumDebit,0,SumCredit,0,SumRefundment,0 ,CurrencyID,ExchangeRate from jzReceiveBalance as b left join jzCustomer as c on b.CustomerID=c.ID where [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 insert into jzForegiftBalance([Year],[Month],CustomerID,ForegiftItemID,BeginBalance,Debit,SumDebit,Credit,SumCredit,EndBalance,CurrencyID,ExchangeRate) select @para_0,@para_1,CustomerID,ForegiftItemID,EndBalance,0,SumDebit,0,SumCredit,0,CurrencyID,ExchangeRate from jzForegiftBalance as b inner join jzCustomer as c on b.CustomerID=c.ID where EndBalance>0 and [Year] = @para_2 and [Month] = @para_3 and c.OrganizationID=@para_4 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2023/1/1 9:02:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:23 -------------------------------2023/1/1 9:02:39------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 9:03:23------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2959 -------------------------------2023/1/1 9:03:23------------------------------- 105 - 天誉队列成功 -------------------------------2023/1/1 9:03:23------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:03:46------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2752 -------------------------------2023/1/1 9:03:46------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:03:46------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:04:08------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2753 -------------------------------2023/1/1 9:04:08------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:04:08------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:04:31------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2754 -------------------------------2023/1/1 9:04:31------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:04:31------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:04:54------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2795 -------------------------------2023/1/1 9:04:54------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:04:54------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:05:18------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2839 -------------------------------2023/1/1 9:05:18------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:05:18------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:05:42------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2850 -------------------------------2023/1/1 9:05:42------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:05:42------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:06:08------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2882 -------------------------------2023/1/1 9:06:08------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:06:08------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:06:31------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2912 -------------------------------2023/1/1 9:06:31------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:06:31------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:07:01------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2919 -------------------------------2023/1/1 9:07:01------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:07:01------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:07:26------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2932 -------------------------------2023/1/1 9:07:26------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:07:26------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:07:53------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2943 -------------------------------2023/1/1 9:07:53------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:07:53------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:08:18------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2954 -------------------------------2023/1/1 9:08:18------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:08:18------------------------------- 001 - 广州利合物业管理有限公司结账开始 -------------------------------2023/1/1 9:08:56------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2968 -------------------------------2023/1/1 9:08:56------------------------------- 001 - 广州利合物业管理有限公司队列成功 -------------------------------2023/1/1 9:08:56------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:09:17------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2969 -------------------------------2023/1/1 9:09:17------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:09:17------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 9:09:30------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2971 -------------------------------2023/1/1 9:09:30------------------------------- 103 - 技术官员村队列成功 -------------------------------2023/1/1 9:09:30------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 9:09:48------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2970 -------------------------------2023/1/1 9:09:48------------------------------- 102 - 媒体村队列成功 -------------------------------2023/1/1 9:09:48------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 9:10:21------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2972 -------------------------------2023/1/1 9:10:21------------------------------- 105 - 天誉队列成功 -------------------------------2023/1/1 9:10:21------------------------------- 108 - 为地产服务结账开始 -------------------------------2023/1/1 9:10:25------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2975 -------------------------------2023/1/1 9:10:25------------------------------- 108 - 为地产服务队列成功 -------------------------------2023/1/1 9:10:25------------------------------- 109 - 电梯公司结账开始 -------------------------------2023/1/1 9:10:29------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2976 -------------------------------2023/1/1 9:10:29------------------------------- 109 - 电梯公司队列成功 -------------------------------2023/1/1 9:10:29------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 9:10:48------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2973 -------------------------------2023/1/1 9:10:48------------------------------- 106 - 天荟队列成功 -------------------------------2023/1/1 9:10:48------------------------------- 107 - 职能部门结账开始 -------------------------------2023/1/1 9:10:52------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2974 -------------------------------2023/1/1 9:10:52------------------------------- 107 - 职能部门队列成功 -------------------------------2023/1/1 9:10:52------------------------------- 110 - 前期卖场结账开始 -------------------------------2023/1/1 9:10:56------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2977 -------------------------------2023/1/1 9:10:56------------------------------- 110 - 前期卖场队列成功 -------------------------------2023/1/1 9:43:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2023/1/1 9:43:39------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:44:05------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2819 -------------------------------2023/1/1 9:44:05------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:44:05------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:44:29------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2820 -------------------------------2023/1/1 9:44:29------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:44:29------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:44:53------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2821 -------------------------------2023/1/1 9:44:53------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:44:53------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:45:18------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2874 -------------------------------2023/1/1 9:45:18------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:45:18------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:45:45------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2875 -------------------------------2023/1/1 9:45:45------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:45:45------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:46:25------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2876 -------------------------------2023/1/1 9:46:25------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:46:25------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:46:56------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2888 -------------------------------2023/1/1 9:46:56------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:46:56------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:47:19------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2903 -------------------------------2023/1/1 9:47:19------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:47:19------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:47:46------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2915 -------------------------------2023/1/1 9:47:46------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:47:46------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:48:12------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2939 -------------------------------2023/1/1 9:48:12------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:48:12------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:48:37------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2948 -------------------------------2023/1/1 9:48:37------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:48:37------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:49:05------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2951 -------------------------------2023/1/1 9:49:05------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 9:49:05------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 9:49:27------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2969 -------------------------------2023/1/1 9:49:27------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 10:13:39------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:2 -------------------------------2023/1/1 10:13:39------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 10:14:13------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2970 -------------------------------2023/1/1 10:14:13------------------------------- 102 - 媒体村队列成功 -------------------------------2023/1/1 10:14:13------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 10:14:52------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2972 -------------------------------2023/1/1 10:14:52------------------------------- 105 - 天誉队列成功 -------------------------------2023/1/1 11:58:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2023/1/1 11:58:40------------------------------- 101 - 运动员村结账开始 -------------------------------2023/1/1 11:59:02------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2969 -------------------------------2023/1/1 11:59:02------------------------------- 101 - 运动员村队列成功 -------------------------------2023/1/1 12:43:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:2 -------------------------------2023/1/1 12:43:40------------------------------- 103 - 技术官员村结账开始 -------------------------------2023/1/1 12:43:54------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2971 -------------------------------2023/1/1 12:43:54------------------------------- 103 - 技术官员村队列成功 -------------------------------2023/1/1 12:43:54------------------------------- 102 - 媒体村结账开始 -------------------------------2023/1/1 12:44:15------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2970 -------------------------------2023/1/1 12:44:15------------------------------- 102 - 媒体村队列成功 -------------------------------2023/1/1 14:43:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2023/1/1 14:43:41------------------------------- 105 - 天誉结账开始 -------------------------------2023/1/1 14:44:21------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2972 -------------------------------2023/1/1 14:44:21------------------------------- 105 - 天誉队列成功 -------------------------------2023/1/1 15:58:42------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:1 -------------------------------2023/1/1 15:58:42------------------------------- 106 - 天荟结账开始 -------------------------------2023/1/1 15:59:04------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2973 -------------------------------2023/1/1 15:59:04------------------------------- 106 - 天荟队列成功