WMS拣货单管理明细字段查询显示问题

This commit is contained in:
秦鸿展
2026-02-27 09:16:27 +08:00
parent 24b1f52110
commit ca5044aa04
@@ -54,6 +54,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="updateBy" column="update_by" />
<result property="updateByName" column="update_by_name" />
<result property="delFlag" column="del_flag" />
<result property="totalArea" column="total_area" />
<result property="totalGrossWeight" column="total_gross_weight" />
<result property="totalNetWeight" column="total_net_weight" />
<result property="totalVolume" column="total_volume" />
<result property="outUniqueId" column="out_unique_id" />
</resultMap>
@@ -67,7 +72,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.storage_location_id, a.storage_location_code, a.storage_location_name, a.remark,
a.BATCH_REF_NO, a.SHEET_REF_NO, a.BOX_PALLET_NO, a.EXT_ATTR_1, a.EXT_ATTR_2,
a.PRODUCTION_DATE, a.EXPIRY_DATE, a.INVENTORY_DATE, a.EXT_ATTR_3, a.EXT_ATTR_4,
a.create_time, a.create_by, a.create_by_name, a.update_time, a.update_by, a.update_by_name, a.del_flag
a.create_time, a.create_by, a.create_by_name, a.update_time, a.update_by, a.update_by_name, a.del_flag,
a.total_area, a.total_gross_weight, a.total_net_weight, a.total_volume, a.out_unique_id
</sql>
<sql id="selectPickingMaterialDetailPo1">