eganwu 3 anni fa
parent
commit
96dc6735a1

+ 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("abbreviation", content.getStringValue("abbreviation", tablename));
 
-        sqlFactory.addParameter("isorder", content.getStringValue("isorder", tablename));
+        sqlFactory.addParameter("isorder", content.getLongValue("isorder"));
         //开票节点(1:订单审核:2:发货)
         sqlFactory.addParameter("invoicingpoint", content.getLongValue("invoicingpoint") == 0 ? 2 : content.getLongValue("invoicingpoint"));
         //是否需要经营授权,默认1