|
@@ -315,7 +315,7 @@
|
|
|
|
|
|
(
|
|
|
select realname from sys_user where id = (
|
|
|
- select design_responsible_id from ctop_project where id = c.project_id
|
|
|
+ select design_responsible_id from ctop_project where id = b.project_id
|
|
|
)
|
|
|
) as 'designResponsibleName',
|
|
|
|
|
@@ -369,7 +369,7 @@
|
|
|
) as 'responsibleName',
|
|
|
(
|
|
|
select realname from sys_user where id = (
|
|
|
- select design_responsible_id from ctop_project where id = c.project_id
|
|
|
+ select design_responsible_id from ctop_project where id = b.project_id
|
|
|
)
|
|
|
) as 'designResponsibleName',
|
|
|
b.auth_name as 'authName',
|