This commit is contained in:
Lemon
2023-08-30 15:49:37 +08:00
parent 818177baf8
commit 2728ce36b1
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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,