‘linchangsheng’ 5 달 전
부모
커밋
85714c5a86
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 @@
             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 != ''">