linwei
2024-01-19 41b7f1c314b68ee37de6e71ac0a4695344a13633
城市编码替换
2 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/house/mapper/UserHouseLabelMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml
@@ -114,7 +114,7 @@
               parent_code as parentId,
               name
        FROM blade_region
        where district_code = '361102'
        where district_code = '361102000000'
        union all
        (select id,
                community_code as parentId,
src/main/java/org/springblade/modules/house/mapper/UserHouseLabelMapper.xml
@@ -193,7 +193,7 @@
            `blade_region` br
        WHERE
            br.region_level = 4
            AND br.city_code = 3611
            AND br.city_code = 361100000000
    </select>