feat(oms):出入库明细查询

This commit is contained in:
zhaoqing
2026-07-24 15:46:30 +08:00
parent eb3ada8335
commit f32f43ab18
2 changed files with 18 additions and 0 deletions
@@ -457,6 +457,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="orderShipperId" column="order_shipper_id" />
<result property="orderShipperCode" column="order_shipper_code" />
<result property="orderShipperName" column="order_shipper_name" />
<result property="orderOutboundDate" column="order_outbound_date" />
<result property="orderOutboundTime" column="order_outbound_time" />
</resultMap>
<select id="queryOutOrderDetailList"
@@ -494,6 +496,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.shipper_id as order_shipper_id,
b.shipper_code as order_shipper_code,
b.shipper_name as order_shipper_name,
b.OUTBOUND_DATE as order_outbound_date,
b.OUTBOUND_TIME as order_outbound_time,
b.status as out_order_status,
b.audit_status as out_order_audit_status
from execution_out_material_detail a