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