highgo database
This commit is contained in:
@@ -27,7 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectSubwayStationList" parameterType="SubwayStation" resultMap="SubwayStationResult">
|
||||
<include refid="selectSubwayStationVo"/>
|
||||
<where> del_flag = 0
|
||||
<where> del_flag = '0'
|
||||
<if test="stationName != null and stationName != ''"> and station_name like concat('%', #{stationName}, '%')</if>
|
||||
<if test="address != null and address != ''"> and address like concat('%', #{address}, '%')</if>
|
||||
<if test="lineName != null "> and line_name like concat('%', #{lineName}, '%')</if>
|
||||
|
||||
Reference in New Issue
Block a user