This commit is contained in:
xuyuncong 2025-10-11 14:27:04 +08:00
parent 517fce52fe
commit e103e09abe

View File

@ -762,6 +762,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if>
</if>
<if test="query.chooseStatus == '5'.toString()">
AND ins.reinspect_count != 0 AND ins.reinspect_count IS NOT NULL
</if>
<if test="query.chooseStatus == '6'.toString()">
AND ins.recheck_count != 0 AND ins.recheck_count IS NOT NULL
</if>
<if test="query.payStatus == 0">
and (oi.pay_money is null OR oi.pay_type = 'sz')
</if>