md
This commit is contained in:
parent
b2e5a8624f
commit
12bf26e82a
@ -107,7 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
|
||||
<!-- 过滤掉虚拟单 -->
|
||||
and a.problem_type != 173 and a.problem_type != 170
|
||||
and ( a.problem_type is null or (a.problem_type is not null and (a.problem_type != 173 and a.problem_type != 170) ) )
|
||||
|
||||
<if test="params.sendSiteCode != null and params.sendSiteCode != ''">
|
||||
and a.send_site_code = #{params.sendSiteCode}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user