|
@@ -155,12 +155,12 @@
|
|
|
d.dept_name deptName,
|
|
|
continuation_project_invest continuationProjectInvest,
|
|
|
continuation_project_start_time continuationProjectStartTime,
|
|
|
- CASE join_statistical_bank WHEN 1 THEN '是' ELSE '否' END joinStatisticalBank,
|
|
|
- CASE join_statistical WHEN 1 THEN '是' ELSE '否' END joinStatistical,
|
|
|
+ CASE join_statistical_bank WHEN '1' THEN '是' when '0' then '否' END joinStatisticalBank,
|
|
|
+ CASE join_statistical WHEN '1' THEN '是' when '0' then '否' END joinStatistical,
|
|
|
join_statistical_invest joinStatisticalInvest,
|
|
|
thisyear_cumulative_investment thisYearCumulativeInvestment,
|
|
|
reality_completed_time realityCompletedTime,
|
|
|
- CASE spring_start_project WHEN 1 THEN '是' ELSE '否' END springStartProject,
|
|
|
+ CASE spring_start_project WHEN '1' THEN '是' when '0' then '否' END springStartProject,
|
|
|
GROUP_CONCAT(c.camera_code) cameraCode
|
|
|
FROM centerdata_t_key_projects a
|
|
|
LEFT JOIN ${database_system}.sys_dept d ON d.dept_id = a.dept_id
|