Commit 39b72109 authored by 朱晨阳's avatar 朱晨阳

修改接口

parent 0b0eb229
...@@ -39,7 +39,7 @@ LEFT JOIN hygf_document_station on hygf_document_station.station_id=hygf_peasan ...@@ -39,7 +39,7 @@ LEFT JOIN hygf_document_station on hygf_document_station.station_id=hygf_peasan
and hygf_preparation_money.delivery_state != '已作废' and hygf_preparation_money.delivery_state != '待发货' and hygf_preparation_money.delivery_state != '已作废' and hygf_preparation_money.delivery_state != '待发货'
</if> </if>
<if test="dto.deliveryTimeStart != null and dto.deliveryTimeStart != ''"> <if test="dto.deliveryTimeStart != null and dto.deliveryTimeStart != ''">
and hygf_preparation_money.delivery_time &gt;= #{deliveryTimeStart} and hygf_preparation_money.delivery_time &gt;= #{dto.deliveryTimeStart}
</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}
......
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