server/dmvisit_service/src/main/java/com/doumee/core/erp/ErpTool.java
@@ -37,6 +37,7 @@ public static InterfaceLogService interfaceLogService; public void saveInterfaceLog(Object param, String path,String result,Integer type) { try { if(interfaceLogService !=null) { InterfaceLog interfaceLog = new InterfaceLog(); interfaceLog.setType(type); @@ -51,7 +52,9 @@ interfaceLog.setUrl(path); interfaceLogService.create(interfaceLog); } }catch (Exception e){ e.printStackTrace(); } }