@@ -220,7 +220,8 @@ public class WorkerManagerLogic {
workerPolicyService.saveOrUpdateBatch(workerManagerBean.getWorkerPolicies());
- this.examine(workerManagerBean);
+ if (workerManagerBean.getExamineStatus().equals(ExamineWorkerStatusEnum.POLICY_WAIT.getKey()))
+ this.examine(workerManagerBean);
}
@@ -27,7 +27,7 @@
'YCD' as 'orderStatus',
'异常待处理' as 'orderStatusText'
from pg_order_base a
- where is_exception=1
+ where is_exception=1 and a.order_status NOT IN ('YWG','YWGO','YJS')
<include refid="orderBaseSqlWhere"></include>
<if test="orderSmallType != null and orderSmallType != ''">
and a.order_small_type = #{orderSmallType}