浏览代码

修复bug

eganwu 3 年之前
父节点
当前提交
96dc6735a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/custom/restcontroller/webmanage/sale/enterprise/enterprise.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/enterprise/enterprise.java

@@ -442,7 +442,7 @@ public class enterprise extends Controller {
         sqlFactory.addParameter("longitude", content.getStringValue("longitude"));
         sqlFactory.addParameter("longitude", content.getStringValue("longitude"));
         sqlFactory.addParameter("abbreviation", content.getStringValue("abbreviation", tablename));
         sqlFactory.addParameter("abbreviation", content.getStringValue("abbreviation", tablename));
 
 
-        sqlFactory.addParameter("isorder", content.getStringValue("isorder", tablename));
+        sqlFactory.addParameter("isorder", content.getLongValue("isorder"));
         //开票节点(1:订单审核:2:发货)
         //开票节点(1:订单审核:2:发货)
         sqlFactory.addParameter("invoicingpoint", content.getLongValue("invoicingpoint") == 0 ? 2 : content.getLongValue("invoicingpoint"));
         sqlFactory.addParameter("invoicingpoint", content.getLongValue("invoicingpoint") == 0 ? 2 : content.getLongValue("invoicingpoint"));
         //是否需要经营授权,默认1
         //是否需要经营授权,默认1