"src/main/vscode:/vscode.git/clone" did not exist on "defa5d2033f5faac3663bea9a9f9ce620dc9a55d"
Commit 03bcfa2e authored by macro's avatar macro
Browse files

Update PmsProductServiceImpl.java

parent 0abe0533
...@@ -319,7 +319,7 @@ public class PmsProductServiceImpl implements PmsProductService { ...@@ -319,7 +319,7 @@ public class PmsProductServiceImpl implements PmsProductService {
Method insertList = dao.getClass().getMethod("insertList", List.class); Method insertList = dao.getClass().getMethod("insertList", List.class);
insertList.invoke(dao, dataList); insertList.invoke(dao, dataList);
} catch (Exception e) { } catch (Exception e) {
LOGGER.warn("创建品出错:{}", e.getMessage()); LOGGER.warn("创建品出错:{}", e.getMessage());
throw new RuntimeException(e.getMessage()); throw new RuntimeException(e.getMessage());
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment