demand:TMS系统-小程序/OMS/TMS/APP系统下单/批量导入下单-寄件国家是缅甸和柬埔寨的自动获取的运单号/子单号 7080开头 不带T

This commit is contained in:
aike 2025-10-21 17:00:02 +08:00
parent ba5c2032d9
commit 5689762349

View File

@ -1,11 +1,11 @@
/**
/**
* @Project: emis
* @Title: EmisWaybillController.java
* @author linfso
* @date 2024-02-29 08:15:14
* @Copyright: ShangHai Duta 2022 All rights reserved.
* @version v1.0
* @version v1.0
* @Description: <p> 运单列表 控制器 </p>
*/
@ -58,7 +58,7 @@ import java.util.*;
/**
* 运单列表Controller
*
*
* @author linfso
* @date 2024-02-29 08:15:14
*/
@ -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);