|
@@ -161,7 +161,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());
|