Parcourir la source

凭证导入bug修复

郭齐峰 il y a 2 ans
Parent
commit
27f5540e5b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/custom/restcontroller/sale/cashbill/cashbill.java

+ 2 - 2
src/custom/restcontroller/sale/cashbill/cashbill.java

@@ -101,9 +101,9 @@ public class cashbill extends Controller {
         try {
 
             // 华为云
-//            e = getPostExcelFactory(content.getLong("attachmentid"));
+            e = getPostExcelFactory(content.getLong("attachmentid"));
             // 本地
-            e = getPostExcelFactory();
+            //e = getPostExcelFactory();
 
             // Rows keyRow = dbConnect.runSqlQuery("select fagentnum,faddress from tagents
             // where 1=2");