mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
分堆打包订单分页列表补充订单类型
This commit is contained in:
+2
@@ -23,6 +23,8 @@ public class PackRespVO {
|
||||
@Schema(description = "包裹ID", example = "7788")
|
||||
private Long packId;
|
||||
|
||||
@Schema(description = "订单类型", example = "1")
|
||||
private Integer orderType;
|
||||
|
||||
@Schema(description = "自定义单号",example = "ABCD")
|
||||
private String customOrderNo;
|
||||
|
||||
+2
@@ -503,6 +503,7 @@
|
||||
<result property="totalPieceCount" column="totalPieceCount"/>
|
||||
<result property="packPieceCount" column="packPieceCount"/>
|
||||
<result property="plateNum" column="plateNum"/>
|
||||
<result property="orderType" column="orderType"/>
|
||||
|
||||
</resultMap>
|
||||
|
||||
@@ -542,6 +543,7 @@
|
||||
|
||||
select
|
||||
id,
|
||||
order_type as orderType,
|
||||
parent_id as parentId,
|
||||
custom_order_no as customOrderNo,
|
||||
dealer as dealer,
|
||||
|
||||
Reference in New Issue
Block a user