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