zhongrj
2024-04-02 fc837c00db3549e4badb4071d6234b05fac6d0c0
网格信息返回修改
1 files modified
3 ■■■■ changed files
src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml 3 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml
@@ -88,6 +88,7 @@
    <select id="getGridDetailByParam" resultType="org.springblade.modules.grid.vo.GridVO">
        SELECT
            jg.id,
            jg.grid_code,
            jg.grid_name,
            br.name as community_name,
            jg.sort,
@@ -110,7 +111,7 @@
    <!--自定义详情查询-->
    <select id="getGridDetail" resultType="org.springblade.modules.grid.vo.GridVO">
        select id,community_code,grid_name,principal,principal_phone,remark,sort from jczz_grid
        select id,grid_code,community_code,grid_name,principal,principal_phone,remark,sort from jczz_grid
         where is_deleted = 0 and id = #{grid.id}
    </select>