| | |
| | | <if test="farmPlant.landId!=null and farmPlant.landId!=''"> |
| | | and sfp.land_id = #{farmPlant.landId} |
| | | </if> |
| | | <if test="farmPlant.strainId!=null and farmPlant.strainId!=''"> |
| | | and sfp.strain_id = #{farmPlant.strainId} |
| | | </if> |
| | | <if test="farmPlant.plantingWay!=null and farmPlant.plantingWay!=''"> |
| | | and sfp.planting_way = #{farmPlant.plantingWay} |
| | | </if> |
| | |
| | | </select> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <!--种植采收监管 产品等级(0:一等品)--> |
| | | <select id="selectProduct" resultType="java.util.HashMap"> |
| | | SELECT |
| | |
| | | </if> |
| | | group by sfp.strain_id,strain_name,land_unit |
| | | </select> |
| | | |
| | | </mapper> |