Commit 3917a4b8 authored by 朱晨阳's avatar 朱晨阳

修改接口报错

parent 45d5aa71
...@@ -42,7 +42,7 @@ LEFT JOIN hygf_document_station on hygf_document_station.station_id=hygf_peasan ...@@ -42,7 +42,7 @@ LEFT JOIN hygf_document_station on hygf_document_station.station_id=hygf_peasan
and hygf_preparation_money.delivery_time >= #{dto.deliveryTimeEnd} and hygf_preparation_money.delivery_time >= #{dto.deliveryTimeEnd}
</if> </if>
<if test="dto.deliveryTimeEnd != null and dto.deliveryTimeEnd != ''"> <if test="dto.deliveryTimeEnd != null and dto.deliveryTimeEnd != ''">
and hygf_preparation_money.delivery_time &lt;= > #{dto.deliveryTimeEnd} and hygf_preparation_money.delivery_time &lt;= #{dto.deliveryTimeEnd}
</if> </if>
</where> </where>
ORDER BY hygf_preparation_money.sequence_nbr DESC ORDER BY hygf_preparation_money.sequence_nbr DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment