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
83903c6160
commit
c1123e2ccb
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/StaffsService.kt
+ 1
- 1
src/main/java/com/ffii/tsms/modules/data/service/StaffsService.kt
View File
@@ -131,7 +131,7 @@ open class StaffsService(
val user = userRepository.saveAndFlush(
User().apply {
username = req.
name
username = req.
staffId
password = passwordEncoder.encode("mms1234")
name = req.name
phone1 = req.phone1
Write
Preview
Loading…
Cancel
Save