This website works better with JavaScript.
Home
Explore
Help
Sign In
davidhui
/
TSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
update
tags/Baseline_30082024_BACKEND_UAT
MSI\derek
1 year ago
parent
103a4f30ce
commit
3374e1ad72
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/ffii/tsms/modules/data/service/TeamService.kt
+ 1
- 1
src/main/java/com/ffii/tsms/modules/data/service/TeamService.kt
View File
@@ -84,7 +84,7 @@ open class TeamService(
}
for (id in addIds) {
val staff = staffRepository.findById(id).orElseThrow()
val staff = staffRepository.findById(id
.toLong()
).orElseThrow()
staff.apply {
this.team = team
}
Write
Preview
Loading…
Cancel
Save