mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
update
This commit is contained in:
@@ -887,6 +887,7 @@
|
|||||||
left join pile_station_info t2 on t1.station_id = t2.id
|
left join pile_station_info t2 on t1.station_id = t2.id
|
||||||
where
|
where
|
||||||
t1.member_id = #{memberId,jdbcType=VARCHAR}
|
t1.member_id = #{memberId,jdbcType=VARCHAR}
|
||||||
|
and status != '9'
|
||||||
order by t1.create_time desc
|
order by t1.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@@ -899,6 +900,7 @@
|
|||||||
del_flag = '0'
|
del_flag = '0'
|
||||||
and
|
and
|
||||||
pay_status = '0'
|
pay_status = '0'
|
||||||
|
and status = '2'
|
||||||
and member_id = #{memberId,jdbcType=VARCHAR}
|
and member_id = #{memberId,jdbcType=VARCHAR}
|
||||||
order by create_time desc
|
order by create_time desc
|
||||||
limit 1
|
limit 1
|
||||||
|
|||||||
@@ -316,6 +316,8 @@
|
|||||||
t2.status,
|
t2.status,
|
||||||
t2.remark as remark,
|
t2.remark as remark,
|
||||||
t2.type as deviceType,
|
t2.type as deviceType,
|
||||||
|
t2.free_time as freeTime,
|
||||||
|
t2.occupy_fee as occupyFee,
|
||||||
t2.publish_time as publishTime,
|
t2.publish_time as publishTime,
|
||||||
t3.electricity_price AS sharpElectricityPrice,
|
t3.electricity_price AS sharpElectricityPrice,
|
||||||
t3.service_price AS sharpServicePrice,
|
t3.service_price AS sharpServicePrice,
|
||||||
|
|||||||
Reference in New Issue
Block a user