Commit 7c3329e37b040c60ad18cb892b1c66b6c7e5619b

Authored by 陈威
1 parent c10f2045
Exists in dev

1:移除已作废的

zr-cloud/zr-modules/zr-schsf/src/main/resources/mapper/McIgnitionMapper.xml
... ... @@ -207,6 +207,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
207 207 <select id="selectMcIgnitionParamList" parameterType="com.chinagas.modules.schsf.domain.McIgnition" resultMap="McIgnitionResult">
208 208 <include refid="selectMcIgnitionVo"/>
209 209 where 1=1
  210 + and t.status_code !='MAINTENANCE'
210 211 and t.def_flag ='0'
211 212 and t.region_name = #{regionName}
212 213 and t.group_name = #{groupName}
... ...