This commit is contained in:
linfso 2024-08-01 15:49:16 +08:00
parent 714d34e7a2
commit 1e62204251

View File

@ -107,7 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!-- 过滤掉虚拟单 -->
and a.problem_type !=
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}