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