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
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user