‘linchangsheng’ 7 meses atrás
pai
commit
450f82c67f

+ 1 - 0
mall-server-api/src/main/resources/mapper/workorder/OrderBaseCMapper.xml

@@ -20,6 +20,7 @@
         <if test="startTime != null and startTime != ''">
             and a.create_time between #{startTime} and #{endTime}
         </if>
+        and a.order_status != 'DYY'
         group by order_status_text
     union
         select