到项目负责人时无法气体分析bug修复

liujun-2024-05-23-接口漏洞修复
liujun 2024-04-29 19:18:00 +08:00
parent 4d0953876c
commit f706202c06
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@
and f.APPLY_STATUS = #{pd.APPLY_STATUS} and f.APPLY_STATUS = #{pd.APPLY_STATUS}
</if> </if>
<if test="pd.IS_GAS != null and pd.IS_GAS != ''"> <if test="pd.IS_GAS != null and pd.IS_GAS != ''">
and f.APPLY_STATUS in ('1','2','4','5','6','0.9','2.5') and f.APPLY_STATUS in ('1','2','4','5','6','0.9','2.5','1.5')
</if> </if>
<if test="pd.CORPINFO_ID != null and pd.CORPINFO_ID != ''"> <if test="pd.CORPINFO_ID != null and pd.CORPINFO_ID != ''">
and f.CORPINFO_ID = #{pd.CORPINFO_ID} and f.CORPINFO_ID = #{pd.CORPINFO_ID}