‘linchangsheng’ 7 hónapja
szülő
commit
8d35d719d5

+ 1 - 0
mall-miniapp-service/src/main/resources/mapper/workorder/OrderBaseCMapper.xml

@@ -16,6 +16,7 @@
         from pg_order_base a
         left join pg_order_worker b on a.id = b.order_base_id
     where ((b.worker_id=#{workerId} or b.worker_number=#{workerNumber}) or a.order_status = 'DQD') and a.order_status not in ('YQX','FWQX','FL','FWZT','YCGB')
+    and b.websit_id = a.websit_id
     <if test="isYb != null and isYb == true">
         and a.pg_incre_order_id != ''
     </if>