|
@@ -627,7 +627,6 @@
|
|
|
|
|
|
<select id="getKuaishouProjectInfo" resultType="cn.com.ctop.kuaishou.modules.report.entity.ProjectAccountDTO">
|
|
<select id="getKuaishouProjectInfo" resultType="cn.com.ctop.kuaishou.modules.report.entity.ProjectAccountDTO">
|
|
select
|
|
select
|
|
- #{yn} as 'yn',
|
|
|
|
concat(#{startDate}, '~' , #{endDate}) as 'statDate',
|
|
concat(#{startDate}, '~' , #{endDate}) as 'statDate',
|
|
b.project_id as 'projectId',
|
|
b.project_id as 'projectId',
|
|
(SELECT project_name FROM ctop_peoject where id = b.project_id) as 'projectName',
|
|
(SELECT project_name FROM ctop_peoject where id = b.project_id) as 'projectName',
|
|
@@ -637,7 +636,6 @@
|
|
select responsible_id from ctop_project where id = b.project_id
|
|
select responsible_id from ctop_project where id = b.project_id
|
|
)
|
|
)
|
|
) as 'responsibleName',
|
|
) as 'responsibleName',
|
|
-
|
|
|
|
(
|
|
(
|
|
select realname from sys_user where id = (
|
|
select realname from sys_user where id = (
|
|
select design_responsible_id from ctop_project where id = b.project_id
|
|
select design_responsible_id from ctop_project where id = b.project_id
|