mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-29 07:25:05 +08:00
update 占桩订单后管页面新增支付状态筛选条件
This commit is contained in:
@@ -1017,6 +1017,7 @@
|
||||
<if test="dto.stationId != null and dto.stationId != ''"> and t1.station_id = #{dto.stationId}</if>
|
||||
<if test="dto.plateNumber != null and dto.plateNumber != ''"> and t1.plate_number = #{dto.plateNumber}</if>
|
||||
<if test="dto.status != null and dto.status != ''"> and t1.status = #{dto.status}</if>
|
||||
<if test="dto.payStatus != null and dto.payStatus != ''"> and t1.pay_status = #{dto.payStatus}</if>
|
||||
<if test="dto.startTime != null "> and t1.start_time = #{dto.startTime}</if>
|
||||
<if test="dto.orderAmount != null "> and t1.order_amount = #{dto.orderAmount}</if>
|
||||
<if test="dto.pileSn != null and dto.pileSn != ''"> and t1.pile_sn = #{dto.pileSn}</if>
|
||||
|
||||
Reference in New Issue
Block a user