|
|
|
@ -35,7 +35,9 @@ |
|
|
|
|
<if test="reqVO.productName !=null and reqVO.productName!=''"> |
|
|
|
|
and t2.product_name like concat('%',#{reqVO.productName},'%') |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="reqVO.baseId !=null and reqVO.baseId !=''"> |
|
|
|
|
and t5.base_id=#{reqVO.baseId} |
|
|
|
|
</if> |
|
|
|
|
<if test="reqVO.plantTime !=null and reqVO.plantTime!=''"> |
|
|
|
|
and t1.plant_time between #{reqVO.plantTime[0]} and #{reqVO.plantTime[1]} |
|
|
|
|
</if> |
|
|
|
|