智慧农业后台管理
guoshilong
2022-11-08 72b971c98c46531064d74b68fc8fe8864ed0b544
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>