Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
yn-health-science
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐俊
yn-health-science
Commits
e3b8a481
Commit
e3b8a481
authored
Oct 13, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7b313333
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
TaskInfoToPDFUtil.java
...ain/java/com/yiboshi/science/utils/TaskInfoToPDFUtil.java
+1
-1
ComProjectTaskDAO.xml
...nce-admin/src/main/resources/mapper/ComProjectTaskDAO.xml
+2
-1
No files found.
science-admin/src/main/java/com/yiboshi/science/utils/TaskInfoToPDFUtil.java
View file @
e3b8a481
...
...
@@ -227,7 +227,7 @@ public class TaskInfoToPDFUtil {
addValueCell
(
projTable
,
"项目开始时间"
,
2
,
fd
.
format
(
dto
.
getStartDate
()),
2
,
normalFont
,
null
,
null
,
null
);
addValueCell
(
projTable
,
"项目结束时间"
,
3
,
fd
.
format
(
dto
.
getEndDate
()),
3
,
normalFont
,
null
,
null
,
null
);
addValueCell
(
projTable
,
"项目负责人"
,
2
,
dto
.
getApp
Unit
Name
(),
2
,
normalFont
,
null
,
null
,
null
);
addValueCell
(
projTable
,
"项目负责人"
,
2
,
dto
.
getApp
Person
Name
(),
2
,
normalFont
,
null
,
null
,
null
);
addValueCell
(
projTable
,
"联系电话"
,
3
,
dto
.
getMobile
(),
3
,
normalFont
,
null
,
null
,
null
);
addValueCell
(
projTable
,
"项目联系人姓名"
,
2
,
dto
.
getLinkName
(),
2
,
normalFont
,
null
,
null
,
null
);
...
...
science-admin/src/main/resources/mapper/ComProjectTaskDAO.xml
View file @
e3b8a481
...
...
@@ -44,12 +44,13 @@
ic.total_funding,ic.gov_funding,ic.unit_funding,ic.self_funding,ic.other_funding,
ic.research_content,ic.technology_target, ic.economy_target, ic.achievement_target, ic.technology_reports_target, ic.other_target,
ic.proj_attribute,ic.remark,ic.year_target,ic.year1_goal,ic.year2_goal,ic.year3_goal,ic.file_id,
c.id download_id,c.download_url,c.file_name
c.id download_id,c.download_url,c.file_name
,e.person_name app_person_name
from com_project a
left join com_project_task pt on pt.proj_id=a.id
left join com_project_basic ic on a.id=ic.proj_id
left join system_parameter b on a.knowledge_id=b.id and b.type_id=68
left join com_download c on ic.file_id=c.id
left join com_person e on a.app_person_id=e.id
where a.id = #{id}
</select>
</mapper>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment