wangliang 1 年間 前
コミット
1bbdeb0713

+ 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);
     }