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