浏览代码

fix 新增网格下拉接口

tjf 3 年之前
父节点
当前提交
80cc3bc004
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boman-web-core/src/main/resources/mapper/GridInfoMapper.xml

+ 1 - 1
boman-web-core/src/main/resources/mapper/GridInfoMapper.xml

@@ -91,7 +91,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </delete>
 
     <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>
             is_del = 'N'
             <if test="areaName != null  and areaName != ''"> and area_name like concat('%', #{areaName}, '%')</if>