@@ -99,6 +99,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="currentStatus != null and currentStatus != ''"> and current_status = #{currentStatus}</if>
<iftest="emptyType != null and emptyType != ''"> and empty_type = #{emptyType}</if>
<iftest="isDel != null and isDel != ''"> and is_del = #{isDel}</if>
<iftest="stationName != null and stationName != ''"> and (SELECT station_name FROM t_gas_storage_station_info info WHERE info.station_id = station_id) like concat('%', #{stationName}, '%')</if>
</where>
</select>
...
...
@@ -240,4 +241,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"