|
|
@ -33,7 +33,7 @@ |
|
|
|
AND t1.harvest_time BETWEEN #{reqVO.harvestTime[0]} AND #{reqVO.harvestTime[1]} |
|
|
|
AND t1.harvest_time BETWEEN #{reqVO.harvestTime[0]} AND #{reqVO.harvestTime[1]} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="reqVO.plantEnd != null and reqVO.plantEnd != ''"> AND plant_end = #{reqVO.plantEnd}</if> |
|
|
|
<if test="reqVO.plantEnd != null and reqVO.plantEnd != ''"> AND plant_end = #{reqVO.plantEnd}</if> |
|
|
|
AND t1.deleted = 0 AND t2.deleted = 0 AND t3. deleted = 0 AND t4.deleted = 0 |
|
|
|
AND t1.deleted = 0 |
|
|
|
</where> |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<select id="getRemainingArea" resultType="java.math.BigDecimal"> |
|
|
|
<select id="getRemainingArea" resultType="java.math.BigDecimal"> |
|
|
|