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:
heyu 2025-10-21 17:00:43 +08:00
commit ec9d50c55f

View File

@ -298,7 +298,7 @@ public class WaybillController extends BaseController
emisWaybillService.realSubmitOrderByOms(emisWaybillSave);
JSONObject jObjOut = new JSONObject();
jObjOut.put("billCode", waybillOrder.getBillCode());
jObjOut.put("billCode", emisWaybillSave.getBillCode());
// jObjOut.put("prodName", waybillOrder.getProductType());
return AjaxResult.success("下单成功", jObjOut);