上传数据
This commit is contained in:
@ -260,7 +260,7 @@
|
|||||||
(select GROUP_CONCAT( DISTINCT casc.category_name 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 categoryName,
|
where casc.del_flag = 'normal' and casc.supplier_id=csb.id) as categoryName,
|
||||||
cat.annualreview_year
|
cat.annualreview_year as annualreviewYear
|
||||||
from
|
from
|
||||||
cosco_annualreview_task_supplier cats
|
cosco_annualreview_task_supplier cats
|
||||||
join cosco_supplier_base csb on cats.supplier_id=csb.id
|
join cosco_supplier_base csb on cats.supplier_id=csb.id
|
||||||
|
@ -247,8 +247,8 @@
|
|||||||
when csb.supplier_type = 'ovs' then '境内'
|
when csb.supplier_type = 'ovs' then '境内'
|
||||||
else '境内' end as area ,
|
else '境内' end as area ,
|
||||||
cse.id,
|
cse.id,
|
||||||
'退出单位' as accessUnit,
|
'天津中远海运集装箱运输有限公司' as accessUnit,
|
||||||
'退出部门' as accessDept,
|
'天津中远海运集装箱运输有限公司' as accessDept,
|
||||||
cse.create_by as applyUser,
|
cse.create_by as applyUser,
|
||||||
cse.update_time as applyTime,
|
cse.update_time as applyTime,
|
||||||
(select GROUP_CONCAT( DISTINCT cssc.category_name SEPARATOR ', ' )
|
(select GROUP_CONCAT( DISTINCT cssc.category_name SEPARATOR ', ' )
|
||||||
|
Reference in New Issue
Block a user