Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agent-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
agent-platform
Commits
b4ca214d
Commit
b4ca214d
authored
May 13, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加代办员工评价次数
parent
7bbed10d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
agent-manager/src/main/java/com/mortals/xhx/base/system/resource/web/ResourceController.java
...tals/xhx/base/system/resource/web/ResourceController.java
+2
-2
agent-manager/src/main/java/com/mortals/xhx/module/staff/model/vo/StaffVo.java
...n/java/com/mortals/xhx/module/staff/model/vo/StaffVo.java
+2
-0
No files found.
agent-manager/src/main/java/com/mortals/xhx/base/system/resource/web/ResourceController.java
View file @
b4ca214d
...
@@ -55,11 +55,11 @@ public class ResourceController extends BaseCRUDJsonBodyMappingController<Resour
...
@@ -55,11 +55,11 @@ public class ResourceController extends BaseCRUDJsonBodyMappingController<Resour
Map
<
String
,
Object
>
statsus
=
new
HashMap
<
String
,
Object
>();
Map
<
String
,
Object
>
statsus
=
new
HashMap
<
String
,
Object
>();
statsus
.
put
(
"authType"
,
AuthType
.
getEnumMap
());
statsus
.
put
(
"authType"
,
AuthType
.
getEnumMap
());
statsus
.
put
(
"sourceType"
,
SourceType
.
getEnumMap
());
statsus
.
put
(
"sourceType"
,
SourceType
.
getEnumMap
());
if
(
getCurUser
().
isAdmin
())
{
/*
if (getCurUser().isAdmin()) {
statsus.put("userType", IBaseEnum.getEnumMap(UserType.class));
statsus.put("userType", IBaseEnum.getEnumMap(UserType.class));
} else {
} else {
statsus.put("userType", UserType.findByValue(getCurUser().getUserType()));
statsus.put("userType", UserType.findByValue(getCurUser().getUserType()));
}
}
*/
model
.
put
(
KEY_RESULT_DICT
,
statsus
);
model
.
put
(
KEY_RESULT_DICT
,
statsus
);
}
}
...
...
agent-manager/src/main/java/com/mortals/xhx/module/staff/model/vo/StaffVo.java
View file @
b4ca214d
package
com.mortals.xhx.module.staff.model.vo
;
package
com.mortals.xhx.module.staff.model.vo
;
import
com.fasterxml.jackson.annotation.JsonProperty
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.xhx.module.staff.model.StaffEntity
;
import
com.mortals.xhx.module.staff.model.StaffEntity
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
...
@@ -17,6 +18,7 @@ import java.util.Date;
...
@@ -17,6 +18,7 @@ import java.util.Date;
public
class
StaffVo
extends
BaseEntityLong
{
public
class
StaffVo
extends
BaseEntityLong
{
/** 序号,主键,自增长列表 */
/** 序号,主键,自增长列表 */
@JsonProperty
(
access
=
JsonProperty
.
Access
.
WRITE_ONLY
)
private
transient
List
<
Long
>
idList
;
private
transient
List
<
Long
>
idList
;
...
...
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