技师订单

This commit is contained in:
曹磊 2024-08-30 15:47:32 +08:00
parent 3e015ac614
commit 6874dfb675
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@
and o.pay_time is not null
</if>
<if test="type==2">
and o.status in (2,4,6,7,8,9)
and o.status in (2,6,7,8,9)
and o.pay_time is not null
<if test="startTime!=null and startTime!=''">
and date_format(o.serve_time,'%Y-%m-%d') >= date_format(#{startTime},'%Y-%m-%d')