2018-06-26

update AccountsOfCustomer set IntegrationBalance=IntegrationBalance/20;

update CustomerBaseInfo set IntegrationBalance=IntegrationBalance/20;

 

修改收费日期:

update bh20180529.dbo.ChargeForCertainDocInfo set Date=DATEADD(hour,-18,getdate()) where ExcutionNumber='HS57CIN4CTKU'

update bh20180529.dbo.ChargeForCertainDocDetails set Date=DATEADD(hour,-18,getdate()) where ExcutionNumber='HS57CIN4CTKU'

update bh20180529.dbo.CustomerConsumptionInfo set ChargeDate=DATEADD(hour,-18,getdate()) where ExcutionNumber='HS57CIN4CTKU'