|
|
|
@ -379,11 +379,11 @@ public class ActUserClockLogServiceImpl extends BaseServiceImpl<ActUserClockLogD |
|
|
|
//保存待审核记录
|
|
|
|
if (contentResult != null && imgResult != null) { |
|
|
|
CheckResultMessageDTO twoTypes = null; |
|
|
|
if(isConReview){ |
|
|
|
twoTypes = CheckDataUtils.saveTwoTypes(contentResult, imgResult); |
|
|
|
}else{ |
|
|
|
twoTypes = CheckDataUtils.checkTwoTypes(contentResult, imgResult); |
|
|
|
} |
|
|
|
if(isConReview){ |
|
|
|
twoTypes = CheckDataUtils.saveTwoTypes(contentResult, imgResult); |
|
|
|
}else{ |
|
|
|
twoTypes = CheckDataUtils.checkTwoTypes(contentResult, imgResult); |
|
|
|
} |
|
|
|
if (CheckDataUtils.review.equals(twoTypes.getSuggestion())) { |
|
|
|
//组装要保存的信息
|
|
|
|
SaveCheckRecordsDTO record = CheckDataUtils.getPackageRecords(appActUserClockLogDTO.getUserId(), |
|
|
|
|