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