技师订单
This commit is contained in:
parent
3e015ac614
commit
6874dfb675
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue