Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
bb4f14ac07
|
|
@ -28,11 +28,13 @@
|
||||||
<if test="riskLevel!=null and riskLevel!=''">
|
<if test="riskLevel!=null and riskLevel!=''">
|
||||||
AND tnv.risk_level = #{riskLevel}
|
AND tnv.risk_level = #{riskLevel}
|
||||||
</if>
|
</if>
|
||||||
<if test="isRect == 0">
|
<if test="isRect!=null and isRect!=''">
|
||||||
AND tnv.`status` = '1'
|
<if test="isRect == 0">
|
||||||
</if>
|
AND tnv.`status` = '1'
|
||||||
<if test="isRect == 1">
|
</if>
|
||||||
AND tnv.`status` IN ('2','3','4','5','6')
|
<if test="isRect == 1">
|
||||||
|
AND tnv.`status` IN ('2','3','4','5','6')
|
||||||
|
</if>
|
||||||
</if>
|
</if>
|
||||||
ORDER BY tnv.iss_time DESC
|
ORDER BY tnv.iss_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue