|
|
@@ -1084,7 +1084,7 @@
|
|
|
left join user_identity ui on ui.uid = a.owner_id
|
|
|
left join organization_identity oi on oi.uid = a.owner_id
|
|
|
left join achievement_interest ai on ai.achievement_id = a.id and ai.uid = #{0}
|
|
|
- left join achievement_order ao on ao.achievement_id = a.id and ao.uid = #{0}
|
|
|
+ left join achievement_order ao on ao.achievement_id = a.id and ao.uid = #{0} and ao.status <![CDATA[ <> ]]> 6
|
|
|
where a.id = #{1}
|
|
|
</select>
|
|
|
|