|
@ -368,13 +368,15 @@ public class ActUserClockLogServiceImpl extends BaseServiceImpl<ActUserClockLogD |
|
|
contentSecurityFeign.insertRecords(record); |
|
|
contentSecurityFeign.insertRecords(record); |
|
|
} |
|
|
} |
|
|
//保存待审核记录
|
|
|
//保存待审核记录
|
|
|
CheckResultMessageDTO twoTypes = CheckDataUtils.checkTwoTypes(contentResult, imgResult); |
|
|
if (contentResult != null && imgResult != null) { |
|
|
if (CheckDataUtils.review.equals(twoTypes.getSuggestion())) { |
|
|
CheckResultMessageDTO twoTypes = CheckDataUtils.checkTwoTypes(contentResult, imgResult); |
|
|
//组装要保存的信息
|
|
|
if (CheckDataUtils.review.equals(twoTypes.getSuggestion())) { |
|
|
SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(appActUserClockLogDTO.getUserId(), |
|
|
//组装要保存的信息
|
|
|
userName, CheckDataUtils.cate_two, null,ModuleName.HELP_SIGNIN.getCode(), textList, |
|
|
SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(appActUserClockLogDTO.getUserId(), |
|
|
appActUserClockLogDTO.getImages(), entity.getId(),null,null, twoTypes,mobile,"0"); |
|
|
userName, CheckDataUtils.cate_two, null,ModuleName.HELP_SIGNIN.getCode(), textList, |
|
|
|
|
|
appActUserClockLogDTO.getImages(), entity.getId(),null,null, twoTypes,mobile,"0"); |
|
|
contentSecurityFeign.insertRecords(record); |
|
|
contentSecurityFeign.insertRecords(record); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
return new Result().ok("打卡成功"); |
|
|
return new Result().ok("打卡成功"); |
|
|
} |
|
|
} |
|
|