Преглед на файлове

Update PmsProductServiceImpl.java

macro преди 1 година
родител
ревизия
03bcfa2e48
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mall-admin/src/main/java/com/macro/mall/service/impl/PmsProductServiceImpl.java

+ 1 - 1
mall-admin/src/main/java/com/macro/mall/service/impl/PmsProductServiceImpl.java

@@ -319,7 +319,7 @@ public class PmsProductServiceImpl implements PmsProductService {
             Method insertList = dao.getClass().getMethod("insertList", List.class);
             insertList.invoke(dao, dataList);
         } catch (Exception e) {
-            LOGGER.warn("创建品出错:{}", e.getMessage());
+            LOGGER.warn("创建品出错:{}", e.getMessage());
             throw new RuntimeException(e.getMessage());
         }
     }