技师订单列表去掉取消单据
This commit is contained in:
parent
9ba7adad05
commit
c0ae721e2b
|
@ -691,7 +691,7 @@
|
|||
</if>
|
||||
</if>
|
||||
<if test="type==4">
|
||||
and o.status in (2,3,4,5,6,7,8)
|
||||
and o.status in (2,3,5,6,7,8)
|
||||
<if test="startTime!=null and startTime!=''">
|
||||
and date_format(o.serve_time,'%Y-%m-%d') >= date_format(#{startTime},'%Y-%m-%d')
|
||||
</if>
|
||||
|
@ -748,7 +748,7 @@
|
|||
</if>
|
||||
</if>
|
||||
<if test="type==4">
|
||||
and o.status in (2,3,4,5,6,7,8)
|
||||
and o.status in (2,3,5,6,7,8)
|
||||
<if test="startTime!=null and startTime!=''">
|
||||
and date_format(o.serve_time,'%Y-%m-%d') >= date_format(#{startTime},'%Y-%m-%d')
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue