技师订单列表去掉取消单据

This commit is contained in:
曹磊 2024-07-09 22:01:24 +08:00
parent 9ba7adad05
commit c0ae721e2b
1 changed files with 2 additions and 2 deletions

View File

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