工程违章统计
This commit is contained in:
parent
ac59841c2b
commit
ee7019f797
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue