|
@@ -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
|