Commit 475ea077 by 罗承锋

修改单宽提交智能平台

parent de5fd39f
...@@ -315,6 +315,7 @@ public class DankuanController { ...@@ -315,6 +315,7 @@ public class DankuanController {
List<Map<String, Object>> maps = orderMapper.selectMaps(objectEntityWrapper); List<Map<String, Object>> maps = orderMapper.selectMaps(objectEntityWrapper);
if (maps != null && maps.size() == 1) { if (maps != null && maps.size() == 1) {
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("------------单宽提交智能平台--------------");
// 提交智能平台 // 提交智能平台
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