highgo database
This commit is contained in:
@@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectCommercialAreaList" parameterType="CommercialArea" resultMap="CommercialAreaResult">
|
||||
<include refid="selectCommercialAreaVo"/>
|
||||
<where> del_flag = 0
|
||||
<where> del_flag = '0'
|
||||
<if test="commercialAreaName != null and commercialAreaName != ''"> and commercial_area_name like concat('%', #{commercialAreaName}, '%')</if>
|
||||
<if test="address != null and address != ''"> and address like concat('%', #{address}, '%')</if>
|
||||
<if test="latitude != null "> and latitude = #{latitude}</if>
|
||||
|
||||
Reference in New Issue
Block a user