ソースを参照

购物车转化订单

eganwu 3 年 前
コミット
e158b8645d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/custom/restcontroller/webmanage/sale/order/Order.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/order/Order.java

@@ -229,7 +229,7 @@ public class Order extends Controller {
 
 
         //表名
         //表名
         String tableName = "sa_order";
         String tableName = "sa_order";
-        String type = istool == 0 ? "标准订单" : "工具订单";
+        String type = content.getStringValue("type",false,"标准订单");
         //类型为标准订单时查询默认框架合同信息
         //类型为标准订单时查询默认框架合同信息
         Long sa_contractid = 0L;
         Long sa_contractid = 0L;
         Long sa_projectid = 0L;
         Long sa_projectid = 0L;