智慧农业后台管理
guoshilong
2022-08-12 2d5e5d7a19c23535184a21ef9dbca13bead00de7
src/main/java/org/springblade/modules/lang/mapper/LandMapper.xml
@@ -158,7 +158,7 @@
    <select id="selectLandList" resultType="java.util.HashMap">
        select id, land_name as landName
        from sys_land
        where dept_id = #{userid}
        where farm_id = #{userid}
          and is_deleted = 0
    </select>
    <!--土地总面积-->