Browse Source

bom导入

hu 3 weeks ago
parent
commit
7b724c2aa6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/custom/restcontroller/webmanage/sale/bom/bom.java

+ 2 - 2
src/custom/restcontroller/webmanage/sale/bom/bom.java

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