物料查询解决total问题 以及其他页面是推送人名称问题

This commit is contained in:
zhaoqing
2026-05-14 16:36:22 +08:00
parent 0ee57f9858
commit 13caa83189
9 changed files with 129 additions and 56 deletions
@@ -692,7 +692,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select SALESPERSON_NC_CODE from NGWL_TEST_USER."USER" where USER_ID = #{salesmanCodeNc}</select>
<select id="queryListAndMaterial" parameterType="com.mhd.oms.domain.businessDocumentOrder.repository.todo.BusinessDocumentOrderDO" resultMap="BusinessDocumentOrderResult">
select o.*,a.material_code
select o.*,a.material_code , a.material_base_info_id
from business_document_order as o
left join business_document_cargo_multi as a ON o.id = a.order_id
<include refid="selectBusinessDocumentOrderPo1"/>