Browse Source

Merge remote-tracking branch 'origin/dev_1.1.0' into dev_1.1.0

caozixuan 1 năm trước cách đây
mục cha
commit
873cdb688d

+ 1 - 0
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBSopInfoServiceImpl.java

@@ -1302,6 +1302,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
             throw ExceptionResultEnum.ERROR.exception("考勤已提交,不能修改时间");
         }
         tbDingService.resetDingExceptionBySopNo(tbSopInfo.getSopNo());
+        tbCrmDetail.updateInfo(sysUser.getId());
         tbCrmDetailService.updateById(tbCrmDetail);
         return tfCustomFlowEntityService.updateById(tfCustomFlowEntity);
     }