数据修改
This commit is contained in:
@ -253,8 +253,8 @@
|
|||||||
when csb.supplier_type = 'ovs' then '境内'
|
when csb.supplier_type = 'ovs' then '境内'
|
||||||
else '境内' end as area ,
|
else '境内' end as area ,
|
||||||
cats.id,
|
cats.id,
|
||||||
'准入单位' as accessUnit,
|
'天津中远海运集装箱运输有限公司' as accessUnit,
|
||||||
'准入部门' as accessDept,
|
'天津中远海运集装箱运输有限公司' as accessDept,
|
||||||
case when cats.review_result = 1 then '合格'
|
case when cats.review_result = 1 then '合格'
|
||||||
else '不合格' end as annualStatisticsResult,
|
else '不合格' end as annualStatisticsResult,
|
||||||
(select GROUP_CONCAT( DISTINCT casc.category_id SEPARATOR ', ' )
|
(select GROUP_CONCAT( DISTINCT casc.category_id SEPARATOR ', ' )
|
||||||
|
@ -384,11 +384,11 @@
|
|||||||
when csb.supplier_type = 'ovs' then '境内'
|
when csb.supplier_type = 'ovs' then '境内'
|
||||||
else '境内' end as area ,
|
else '境内' end as area ,
|
||||||
csb.id,
|
csb.id,
|
||||||
(select GROUP_CONCAT( DISTINCT casc.category_id SEPARATOR ', ' )
|
(select GROUP_CONCAT( DISTINCT casc.category_name SEPARATOR ', ' )
|
||||||
from cosco_access_supplier_category casc
|
from cosco_access_supplier_category casc
|
||||||
where casc.del_flag = 'normal' and casc.supplier_id=csb.id) as categoryIds,
|
where casc.del_flag = 'normal' and casc.supplier_id=csb.id) as categoryName,
|
||||||
'准入单位' as accessUnit,
|
'天津中远海运集装箱运输有限公司' as accessUnit,
|
||||||
'准入部门' as accessDept,
|
'天津中远海运集装箱运输有限公司' as accessDept,
|
||||||
cets.review_result evaluateResult,
|
cets.review_result evaluateResult,
|
||||||
cet.evaluate_year evaluateYear
|
cet.evaluate_year evaluateYear
|
||||||
from
|
from
|
||||||
|
@ -272,8 +272,8 @@
|
|||||||
'境内' ELSE '境内'
|
'境内' ELSE '境内'
|
||||||
END AS area,
|
END AS area,
|
||||||
csq.id,
|
csq.id,
|
||||||
'准入单位' AS accessUnit,
|
'天津中远海运集装箱运输有限公司' AS accessUnit,
|
||||||
'准入部门' AS accessDept,
|
'天津中远海运集装箱运输有限公司' AS accessDept,
|
||||||
(
|
(
|
||||||
SELECT
|
SELECT
|
||||||
GROUP_CONCAT( DISTINCT casc.category_id SEPARATOR ', ' )
|
GROUP_CONCAT( DISTINCT casc.category_id SEPARATOR ', ' )
|
||||||
|
Reference in New Issue
Block a user