Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
21b97214
Commit
21b97214
authored
Dec 20, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业人员新增、编辑bug修改
parent
4b9db9ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TzsUserInfoController.java
...boot/module/tcm/biz/controller/TzsUserInfoController.java
+1
-1
TzsUserInfoServiceImpl.java
...t/module/tcm/biz/service/impl/TzsUserInfoServiceImpl.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/biz/controller/TzsUserInfoController.java
View file @
21b97214
...
...
@@ -133,7 +133,7 @@ public class TzsUserInfoController extends BaseController {
if
(
ObjectUtils
.
isEmpty
(
reginParams
))
{
return
null
;
}
Company
Model
companyModel
=
reginParams
.
getUserModel
().
getCompanys
().
get
(
0
);
Company
Bo
companyModel
=
reginParams
.
getCompany
(
);
if
(
ObjectUtils
.
isEmpty
(
companyModel
)){
throw
new
BadRequest
(
"未指定人员归属单位信息"
);
}
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/biz/service/impl/TzsUserInfoServiceImpl.java
View file @
21b97214
...
...
@@ -75,7 +75,7 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
private
final
String
QYRYGW
=
"QYRYGW"
;
//两个规定用户组-对应企业人员的人员类型前缀
private
final
String
QYRYGW_NAME
=
"
两员配备-
企业人员类型"
;
private
final
String
QYRYGW_NAME
=
"企业人员类型"
;
//平台用户锁定状态
private
final
String
UNLOCK
=
"UNLOCK"
;
private
final
String
LOCK
=
"LOCK"
;
...
...
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