demand: 漏组批次各网点查询相关运单
committer: heyu
This commit is contained in:
parent
79227c241d
commit
3449e7182c
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user