|
@@ -374,6 +374,11 @@
|
|
|
) as 'designResponsibleName',
|
|
|
b.auth_name as 'authName',
|
|
|
b.project_id as 'projectId',
|
|
|
+ (
|
|
|
+ select realname from sys_user where id = (
|
|
|
+ select sale_id from ctop_project where id = b.project_id
|
|
|
+ )
|
|
|
+ ) as 'saleName',
|
|
|
(select project_name from ctop_project where id = b.project_id) as 'projectName',
|
|
|
c.media_id as 'mediaId',
|
|
|
<include refid="selectSql"></include>
|