【问】日结时看到,上次日结时间是2016-12-31。 | ||
【适用版本】商锐9 | 【模块】卖场管理 | 【点击数】221 |
【知识编号】P2016011500006 | ||
【问题描述】日结时看到,上次日结时间是2016-12-31。 |
方便,建议执行下面语句,修改日结指针和日结日期。
use hbposev9–门店hbposev9_Branch
Go
update t_sys_system set sys_var_value=
(select min (flow_id) from t_im_flow where num2 = ‘0’)-1
where sys_var_id = ‘ioflow_pointer’
go
update t_sys_system set sys_var_value= ‘2016-01-12’
where sys_var_id = ‘ioflow_date’
go