zc 2 years ago
parent 103d8ba59a
commit 99fd2324da
  1. 2
      cjy-module-traceability/cjy-module-traceability-biz/src/main/resources/mapper/cropper/CropperMapper.xml

@ -33,7 +33,7 @@
AND t1.harvest_time BETWEEN #{reqVO.harvestTime[0]} AND #{reqVO.harvestTime[1]}
</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>
</select>
<select id="getRemainingArea" resultType="java.math.BigDecimal">

Loading…
Cancel
Save