|
|
@@ -3072,7 +3072,7 @@
|
|
|
select a.id,a.task_receiver taskReceiver,a.score_number scoreNumber,c.sort cSort,a.score_status scoreStatus
|
|
|
from t_order_task a left join business_project b on a.commodity_id =b.id
|
|
|
left join business_category c on b.cid =c.id
|
|
|
- where c.sort in (3,6,9) and a.task_distribution_time>'2024-01-01'
|
|
|
+ where c.sort in (3,6,9) and a.task_distribution_time>'2024-01-01' and a.split_status in (0,2)
|
|
|
and a.task_receiver in (SELECT task_receiver from t_order_task
|
|
|
where id = #{tid})
|
|
|
</select>
|