智慧农业后台管理
guoshilong
2022-08-25 cad8c2a3a09fe36e74a62c2058ac2af2e8c24cbf
src/main/java/org/springblade/modules/farm/mapper/FarmPaperMapper.xml
@@ -21,7 +21,10 @@
    <!--查询相关检测信息-->
    <select id="getFarmPaperList" resultType="org.springblade.modules.farm.vo.FarmPaperVO">
        select * from sys_farm_paper sfp where dept_id = #{deptId}
        select * from sys_farm_paper
        where 1=1
        and (farm_id = #{farmId} and type != 3)
        or (farm_id = #{farmPlantId} and type = 3)
    </select>
</mapper>