添加订单序列结束标识
This commit is contained in:
parent
dddb5e6b39
commit
ec8e2cb292
@ -108,6 +108,9 @@ public class TransportOrderHandler {
|
||||
orders.add(order);
|
||||
}
|
||||
|
||||
//设置订单序列完整性,自动完成订单
|
||||
this.putOrderSequenceComplete(name);
|
||||
|
||||
return orders;
|
||||
}
|
||||
|
||||
|
@ -371,7 +371,8 @@ public class V1RequestHandler
|
||||
response.type(HttpConstants.CONTENT_TYPE_APPLICATION_JSON_UTF8);
|
||||
|
||||
//构建响应json
|
||||
return jsonBinder.toJson(transportOrderHandler.createWmsTask(
|
||||
return jsonBinder.toJson(
|
||||
transportOrderHandler.createWmsTask(
|
||||
request.params(":NAME"),
|
||||
request.body()
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user