分堆打包订单分页列表补充订单类型

This commit is contained in:
gaoqr
2026-04-29 18:11:01 +08:00
parent 753677d8ba
commit b285f2a5d6
2 changed files with 4 additions and 0 deletions
@@ -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;
@@ -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,