| | |
| | | <if test="farmPlant.tenantId!=null and farmPlant.tenantId!=''"> |
| | | and sfp.tenant_id = #{farmPlant.tenantId} |
| | | </if> |
| | | <if test="farmPlant.status!=null and farmPlant.status!=''"> |
| | | and sfp.status = #{farmPlant.status} |
| | | </if> |
| | | group by sfp.strain_id,strain_name,land_unit |
| | | </select> |
| | | |
| | |
| | | <if test="farmPlant.deptId!=null and farmPlant.deptId!=''"> |
| | | and sfp.dept_id = #{farmPlant.deptId} |
| | | </if> |
| | | <if test="farmPlant.status!=null and farmPlant.status!=''"> |
| | | and sfp.status = #{farmPlant.status} |
| | | </if> |
| | | <if test="farmPlant.tenantId!=null and farmPlant.tenantId!=''"> |
| | | and sfp.tenant_id = #{farmPlant.tenantId} |
| | | </if> |