소스 검색

凭证导入bug修复

郭齐峰 2 년 전
부모
커밋
27f5540e5b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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");