Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
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
eb22123d
Commit
eb22123d
authored
Jul 30, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5a4eeca3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
ComConclusionCatalogService.java
.../yiboshi/science/service/ComConclusionCatalogService.java
+1
-1
ComTalentAssignServiceImpl.java
...oshi/science/service/impl/ComTalentAssignServiceImpl.java
+0
-6
No files found.
science-admin/src/main/java/com/yiboshi/science/service/ComConclusionCatalogService.java
View file @
eb22123d
...
@@ -19,7 +19,7 @@ public interface ComConclusionCatalogService extends BaseService<ComConclusionCa
...
@@ -19,7 +19,7 @@ public interface ComConclusionCatalogService extends BaseService<ComConclusionCa
* @return
* @return
*/
*/
List
<
ComConclusionCatalogDTO
>
getListByObjectId
(
String
objectId
);
List
<
ComConclusionCatalogDTO
>
getListByObjectId
(
String
objectId
);
/**插入
项目组成员
/**插入
列表
*
*
* @param list
* @param list
* @param objectId
* @param objectId
...
...
science-admin/src/main/java/com/yiboshi/science/service/impl/ComTalentAssignServiceImpl.java
View file @
eb22123d
...
@@ -240,12 +240,6 @@ public class ComTalentAssignServiceImpl extends BaseServiceImpl<ComTalentAssignD
...
@@ -240,12 +240,6 @@ public class ComTalentAssignServiceImpl extends BaseServiceImpl<ComTalentAssignD
comTalentApply
.
setCompleted
(
completed
);
comTalentApply
.
setCompleted
(
completed
);
comTalentApply
.
setTotalScore
(
totalScore
);
comTalentApply
.
setTotalScore
(
totalScore
);
comTalentApply
.
setAverageScore
(
averageScore
);
comTalentApply
.
setAverageScore
(
averageScore
);
// comTalentApply.setTechnologyScore(technologyScore);
// comTalentApply.setTechnologyAverageScore(technologyAverageScore);
// comTalentApply.setEconomyScore(economyScore);
// comTalentApply.setEconomyAverageScore(economyAverageScore);
// comTalentApply.setCalculateScore(calculateScore);
comTalentApply
.
setUpdated
(
new
Date
());
comTalentApplyService
.
update
(
comTalentApply
);
comTalentApplyService
.
update
(
comTalentApply
);
}
}
...
...
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