This commit is contained in:
linfso 2024-08-02 09:28:38 +08:00
parent b2e5a8624f
commit 12bf26e82a

View File

@ -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}