소스 검색

代码修改

wangliang 1 년 전
부모
커밋
1bbdeb0713
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sop-business/src/main/java/com/qmth/sop/business/service/impl/TBSopInfoServiceImpl.java

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