linwe
2023-12-06 b6506a991d36eb7d762b1135a5e8d8436330ca97
bug 修复
1 files modified
1 ■■■■ changed files
src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml
@@ -32,6 +32,7 @@
        left join blade_user bu on bu.id = jgm.user_id and bu.is_deleted = 0
        where jg.is_deleted = 0
        and jgr.house_code = #{houseCode}
        limit 1
    </select>
    <!--根据用户id(网格员)查询对应的房屋地址code-->