Commit 3cb8eaa2 by 罗承锋

修改单宽提交智能平台

parent 676e7196
...@@ -317,6 +317,7 @@ public class DankuanController { ...@@ -317,6 +317,7 @@ public class DankuanController {
appMapper.inserOrderHis(maps.get(0).get("id").toString(), "支付完成,待提交!", new Date(), maps.get(0).get("customer_name") != null ? maps.get(0).get("customer_name").toString() : ""); appMapper.inserOrderHis(maps.get(0).get("id").toString(), "支付完成,待提交!", new Date(), maps.get(0).get("customer_name") != null ? maps.get(0).get("customer_name").toString() : "");
log.info("------------单宽提交智能平台--------------"); log.info("------------单宽提交智能平台--------------");
// 提交智能平台 // 提交智能平台
log.info(JSONObject.toJSONString(maps.get(0)));
intelligenceSendOrder.singleBroadSendOrder(maps.get(0)); intelligenceSendOrder.singleBroadSendOrder(maps.get(0));
} }
......
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