更新
This commit is contained in:
parent
517fce52fe
commit
e103e09abe
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user