Merge pull request 'demand:TMS系统-小程序/OMS/TMS/APP系统下单/批量导入下单-寄件国家是缅甸和柬埔寨的自动获取的运单号/子单号 7080开头 不带T' (#1) from develop into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-api-service/pulls/1
This commit is contained in:
commit
ec9d50c55f
@ -298,7 +298,7 @@ public class WaybillController extends BaseController
|
|||||||
emisWaybillService.realSubmitOrderByOms(emisWaybillSave);
|
emisWaybillService.realSubmitOrderByOms(emisWaybillSave);
|
||||||
|
|
||||||
JSONObject jObjOut = new JSONObject();
|
JSONObject jObjOut = new JSONObject();
|
||||||
jObjOut.put("billCode", waybillOrder.getBillCode());
|
jObjOut.put("billCode", emisWaybillSave.getBillCode());
|
||||||
// jObjOut.put("prodName", waybillOrder.getProductType());
|
// jObjOut.put("prodName", waybillOrder.getProductType());
|
||||||
|
|
||||||
return AjaxResult.success("下单成功", jObjOut);
|
return AjaxResult.success("下单成功", jObjOut);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user