Merge pull request 'demand: 漏组批次各网点查询相关运单' (#136) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/136
This commit is contained in:
heyu 2025-07-29 18:06:59 +08:00
commit 4f5c6a52d1

View File

@ -267,8 +267,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND k.trans_manager like concat('%', #{transManager}, '%')
</if>
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
and (m.start_site_code=#{params.privSiteCode} or m.next_site_code=#{params.privSiteCode} or
r.manager=#{params.privEmpName} or k.trans_manager=#{params.privEmpName})
and (m.start_site_code=#{params.privSiteCode} or m.next_site_code=#{params.privSiteCode})
</if>
<if test="lineCode != null and lineCode != ''">
AND m.line_code = #{lineCode}