瀏覽代碼

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

caozixuan 1 年之前
父節點
當前提交
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("考勤已提交,不能修改时间");
             throw ExceptionResultEnum.ERROR.exception("考勤已提交,不能修改时间");
         }
         }
         tbDingService.resetDingExceptionBySopNo(tbSopInfo.getSopNo());
         tbDingService.resetDingExceptionBySopNo(tbSopInfo.getSopNo());
+        tbCrmDetail.updateInfo(sysUser.getId());
         tbCrmDetailService.updateById(tbCrmDetail);
         tbCrmDetailService.updateById(tbCrmDetail);
         return tfCustomFlowEntityService.updateById(tfCustomFlowEntity);
         return tfCustomFlowEntityService.updateById(tfCustomFlowEntity);
     }
     }