bug修复气体检测无法查询结果bug修复
parent
110163f9da
commit
eb55ddc46a
|
@ -773,7 +773,7 @@
|
|||
and f.APPLY_STATUS = #{pd.APPLY_STATUS}
|
||||
</if>
|
||||
<if test="pd.IS_GAS != null and pd.IS_GAS != ''">
|
||||
and f.APPLY_STATUS in ('1','2','4','5','6')
|
||||
and f.APPLY_STATUS in ('1','2','4','5','6','0.9','2.5')
|
||||
</if>
|
||||
<if test="pd.CORPINFO_ID != null and pd.CORPINFO_ID != ''">
|
||||
and f.CORPINFO_ID = #{pd.CORPINFO_ID}
|
||||
|
|
Loading…
Reference in New Issue