‘linchangsheng’ 5 månader sedan
förälder
incheckning
85714c5a86

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

@@ -44,7 +44,7 @@
             count(distinct a.id)  'total',
             'DYY' as 'orderStatus',
             '待预约' as 'orderStatusText'
-        from pg_order_base
+        from pg_order_base a
         where appointment_time is null and a.order_status not in ('YWG','GCSZX','WDWG','YWGO','YQX','FWZT','YCGB','FWQX','FL','YJS','LRCD')
         <include refid="orderBaseSqlWhere"></include>
         <if test="orderSmallType != null and orderSmallType != ''">