优化单据编辑接口的逻辑

This commit is contained in:
季圣华
2019-12-13 18:32:46 +08:00
parent 0d57a8ba33
commit 5072d6e140
3 changed files with 1 additions and 92 deletions

View File

@@ -542,7 +542,7 @@ public class DepotHeadService {
depotHead.setOperpersonname(userInfo==null?null:userInfo.getUsername());
depotHead.setOpertime(new Timestamp(System.currentTimeMillis()));
try{
depotHeadMapperEx.updatedepotHead(depotHead);
depotHeadMapper.updateByPrimaryKeySelective(depotHead);
}catch(Exception e){
JshException.writeFail(logger, e);
}