Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
easy-affair-show
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
赵啸非
easy-affair-show
Commits
54c50177
Commit
54c50177
authored
Jul 01, 2022
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
f5319703
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
eas-manager/src/main/java/com/mortals/xhx/module/customer/web/CustomerTrialController.java
...tals/xhx/module/customer/web/CustomerTrialController.java
+2
-2
eas-manager/src/main/java/com/mortals/xhx/module/picture/web/PictureGroupController.java
...ortals/xhx/module/picture/web/PictureGroupController.java
+2
-2
No files found.
eas-manager/src/main/java/com/mortals/xhx/module/customer/web/CustomerTrialController.java
View file @
54c50177
...
...
@@ -57,9 +57,9 @@ public class CustomerTrialController extends BaseCRUDJsonBodyMappingController<C
}
@Override
public
Rest
<
Map
<
String
,
Object
>
>
list
(
@RequestBody
(
required
=
false
)
CustomerTrialEntity
query
)
{
public
Rest
<
Object
>
list
(
@RequestBody
(
required
=
false
)
CustomerTrialEntity
query
)
{
Map
<
String
,
Object
>
model
=
new
HashMap
();
Rest
<
Map
<
String
,
Object
>
>
ret
=
new
Rest
();
Rest
<
Object
>
ret
=
new
Rest
();
Context
context
=
this
.
getContext
();
String
busiDesc
=
"查询"
+
this
.
getModuleDesc
();
...
...
eas-manager/src/main/java/com/mortals/xhx/module/picture/web/PictureGroupController.java
View file @
54c50177
...
...
@@ -66,9 +66,9 @@ public class PictureGroupController extends BaseCRUDJsonBodyMappingController<Pa
}
@Override
public
Rest
<
Map
<
String
,
Object
>
>
list
(
@RequestBody
ParamEntity
entity
)
{
public
Rest
<
Object
>
list
(
@RequestBody
ParamEntity
entity
)
{
Map
<
String
,
Object
>
model
=
new
HashMap
();
Rest
<
Map
<
String
,
Object
>
>
ret
=
new
Rest
();
Rest
<
Object
>
ret
=
new
Rest
();
ret
.
setCode
(-
1
);
ret
.
setData
(
model
);
ret
.
setDict
(
model
.
get
(
"dict"
)
==
null
?
null
:
(
Map
)
model
.
remove
(
"dict"
));
...
...
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