fix:87364
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@
|
||||
</if>
|
||||
union all
|
||||
select id,'3' as resource_type,CONCAT_WS(' ',standard_number,standard_name) AS standard_name,create_time,9 as standard_type_order,
|
||||
case when standard_state = 1 then 1
|
||||
when standard_state = 7 then 2
|
||||
case when standard_state = 8 then 1
|
||||
when standard_state = 9 then 2
|
||||
else 4
|
||||
end as standard_state_order,
|
||||
null,null,null,null,standard_state,standard_code,null as grade_classification,implementation_date
|
||||
|
||||
Reference in New Issue
Block a user