Browse Source

ref:物料上传接口完善

liusw 6 years ago
parent
commit
8418a96fa2

+ 1 - 1
src/main/java/com/uas/ps/product/controller/ProductController.java

@@ -130,7 +130,7 @@ public class ProductController {
                 productService.save(product);
                 log.info(String.format("物料数据更新失败正常,物料编号:%s,企业UU:%s", new Object[] { prod.getPr_code(), enUU}));
             } catch (Exception e) {
-                log.info(String.format("物料数据更新失败,物料编号:%s,企业UU:%s,报错信息:%s", new Object[] { prod.getPr_code(), enUU, e.getMessage()}));
+                log.info(String.format("物料数据更新失败,物料编号:%s,企业UU:%s,报错信息:%s", new Object[] { prod.getPr_code(), enUU, e}));
                 continue;
             }
         }