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