Browse Source

Merge remote-tracking branch 'remotes/origin/dev' into release

dev_shibei_match
jianjun 5 years ago
parent
commit
89a4f2e64e
  1. 2
      epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/utils/ScanContentUtils.java

2
epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/utils/ScanContentUtils.java

@ -45,7 +45,7 @@ public class ScanContentUtils {
return resultResult; return resultResult;
} catch (Exception e) { } catch (Exception e) {
log.debug("imgSyncScan param:{}", JSON.toJSONString(param)); log.debug("imgSyncScan param:{}", JSON.toJSONString(param));
throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode(), e.getMessage())); throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode(), e.getMessage());
} }
} }

Loading…
Cancel
Save