Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

7.5版本,客户反馈单据过账后,明细商品自动发生了变化,但客户说没有手动修改过,需要如果排查。


单据的操作日志记录要开启了才有,没有开启查不到操作记录,日志记录会比较大,所以一般不给开启,如果部署在总部,就发给祝老师开启,如果部署在本地服务器,就执行下面语句开启:

update SS_OtherCfg set CfgValue=1 where CfgName='IsWriteBillLog'


这个语句执行后,然后运维平台里修改账套为旗舰版,修改单据就会记录详细修改的字段内容

  • No labels