瀏覽代碼

Merge branch 'develop' into develop-green

hu 2 年之前
父節點
當前提交
c6cd86d2f4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/custom/restcontroller/sale/cashbill/cashbill.java

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

@@ -97,9 +97,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");