|
|
@@ -1393,7 +1393,7 @@
|
|
|
from
|
|
|
achievement t
|
|
|
where
|
|
|
- jmrh_flag = 1 and data_category = 0
|
|
|
+ jmrh_flag = 1 and data_category = 0 audit_status = 3
|
|
|
order by
|
|
|
create_time desc
|
|
|
limit 5;
|
|
|
@@ -1404,7 +1404,7 @@
|
|
|
from
|
|
|
achievement t
|
|
|
where
|
|
|
- jmrh_flag = 1 and data_category = 1
|
|
|
+ jmrh_flag = 1 and data_category = 1 audit_status = 3
|
|
|
order by
|
|
|
create_time desc
|
|
|
limit 5;
|
|
|
@@ -1421,7 +1421,7 @@
|
|
|
left join
|
|
|
field_glossory d on a.field_a = d.id
|
|
|
where
|
|
|
- jmrh_flag = 1 and data_category = 2
|
|
|
+ jmrh_flag = 1 and data_category = 2 and audit_status = 3
|
|
|
order by
|
|
|
a.create_time desc
|
|
|
limit 5;
|