‘linchangsheng’ преди 5 месеца
родител
ревизия
5d7c0ed92f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mall-server-api/src/main/resources/mapper/workorder/OrderBaseCMapper.xml

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

@@ -44,7 +44,7 @@
             'DYY' as 'orderStatus',
             '待预约' as 'orderStatusText'
         from pg_order_base a
-        where appointment_time is null and a.order_status in('DYY','DSHPG','DWDPG','DJD')
+        where appointment_time is null
         <include refid="orderBaseSqlWhere"></include>
         <if test="orderSmallType != null and orderSmallType != ''">
             and a.order_small_type = #{orderSmallType}