智慧农业后台管理
guoshilong
2022-09-09 bda92029a58afb22c091d2ed3205bd5bc8590d93
溯源地块去重
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/lang/mapper/LandMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/lang/mapper/LandMapper.xml
@@ -272,7 +272,7 @@
    </select>
    <select id="selectRecoveryLandList" resultType="org.springblade.modules.lang.vo.LandVO">
        SELECT
            l.id,l.land_name AS landName
            DISTINCT l.id,l.land_name AS landName
        FROM
            sys_recovery r
        LEFT JOIN sys_land l ON r.land_id = l.id