工程违章统计

This commit is contained in:
cwchen 2024-12-10 09:06:45 +08:00
parent ac59841c2b
commit ee7019f797
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
AND INSTR(tnv.pro_name,#{proName}) > 0
</if>
<if test="riskLevel!=null and riskLevel!=''">
AND INSTR(tnv.risk_level,#{proName}) > 0
AND tnv.risk_level = #{riskLevel}
</if>
<if test="isRect == 0">
AND tnv.`status` = '1'