|
@@ -150,6 +150,7 @@ public class TDkjbxxHcServiceImpl implements ITDkjbxxHcService {
|
|
|
if (!dkAuditflowRecordService.isCheckUserTDkAuditflowRecord(v1.getDkjdxxId(), v1.getAuditflow(), auditflowStep, null)) {
|
|
|
return 0;
|
|
|
}
|
|
|
+ tDkjbxxHc.setAuditflowId(null);
|
|
|
tDkjbxxHc.setDkjbxxId(v1.getDkjdxxId());
|
|
|
tDkjbxxHc.setCreateBy(SecurityUtils.getUsername());
|
|
|
tDkjbxxHc.setId(IdUtils.fastSimpleUUID());
|
|
@@ -161,7 +162,7 @@ public class TDkjbxxHcServiceImpl implements ITDkjbxxHcService {
|
|
|
try {
|
|
|
fjObj = checkPhoto(fjObj);
|
|
|
} catch (MetadataException e) {
|
|
|
- throw new RuntimeException(e);
|
|
|
+ throw new ServiceException("实地核查照片检查失败");
|
|
|
}
|
|
|
fjObj.setDkjbxxId(dkid);
|
|
|
fjObj.setId(IdUtils.fastSimpleUUID());
|