Commit 0d8e7e6d authored by zhangzc's avatar zhangzc

完善合同接口

parent 5ecb76d4
...@@ -170,7 +170,7 @@ public class OrderController { ...@@ -170,7 +170,7 @@ public class OrderController {
reqJson.put("vehicleLength", orderForm.getVehicleLength()); reqJson.put("vehicleLength", orderForm.getVehicleLength());
reqJson.put("orderSource", 2); reqJson.put("orderSource", 2);
reqJson.put("remark", orderForm.getRemark()); reqJson.put("remark", orderForm.getRemark());
// reqJson.put("signData", orderForm.getSignData()); reqJson.put("signData", orderForm.getSignData());
log.info(reqJson.toJSONString()); log.info(reqJson.toJSONString());
JSONObject result = tmsInterface.addOrderOwner(reqJson); JSONObject result = tmsInterface.addOrderOwner(reqJson);
log.info(result.toJSONString()); log.info(result.toJSONString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment