2 Commits 016986928f ... 466f09f283

Tác giả SHA1 Thông báo Ngày
  郭齐峰 466f09f283 Merge branch 'develop' into develop2 11 tháng trước cách đây
  郭齐峰 3825a4d150 调价单导入 11 tháng trước cách đây

+ 2 - 2
src/custom/restcontroller/webmanage/sale/itempriceadjust/ItempriceadjustItemprice.java

@@ -258,9 +258,9 @@ public class ItempriceadjustItemprice extends Controller {
         try {
 
             // 华为云
-//            e = getPostExcelFactory(content.getLong("attachmentid"));
+            e = getPostExcelFactory(content.getLong("attachmentid"));
             // 本地
-            e = getPostExcelFactory();
+//            e = getPostExcelFactory();
 
             ArrayList<String> keys = new ArrayList<>();
             ArrayList<String> sqllist = new ArrayList<>();