|
@@ -91,7 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</delete>
|
|
</delete>
|
|
|
|
|
|
<select id="treeSelect" parameterType="GridInfo" resultMap="GridInfoResult">
|
|
<select id="treeSelect" parameterType="GridInfo" resultMap="GridInfoResult">
|
|
- select area_name, grid_name, sort, type, from grid_info
|
|
|
|
|
|
+ select area_name, grid_name, sort, type from grid_info
|
|
<where>
|
|
<where>
|
|
is_del = 'N'
|
|
is_del = 'N'
|
|
<if test="areaName != null and areaName != ''"> and area_name like concat('%', #{areaName}, '%')</if>
|
|
<if test="areaName != null and areaName != ''"> and area_name like concat('%', #{areaName}, '%')</if>
|