Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
self-service
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
廖旭伟
self-service
Commits
ce0a2f62
Commit
ce0a2f62
authored
May 13, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自助服务终端基础设置增加操作倒计时配置
parent
6c2a91ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sst-manager/src/main/java/com/mortals/xhx/module/sst/web/SstBasicController.java
...va/com/mortals/xhx/module/sst/web/SstBasicController.java
+4
-4
No files found.
sst-manager/src/main/java/com/mortals/xhx/module/sst/web/SstBasicController.java
View file @
ce0a2f62
...
@@ -84,10 +84,10 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas
...
@@ -84,10 +84,10 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas
@PostMapping
({
"setting/info"
})
@PostMapping
({
"setting/info"
})
@UnAuth
@UnAuth
public
Rest
<
Object
>
settingInfo
(
@RequestBody
SstBasicEntity
query
)
{
public
Rest
<
Object
>
settingInfo
(
@RequestBody
SstBasicEntity
query
)
{
IUser
user
=
this
.
getCurUser
();
//
IUser user = this.getCurUser();
if
(
user
==
null
){
//
if(user==null){
throw
new
AppException
(
"用户未登录"
);
//
throw new AppException("用户未登录");
}
//
}
Rest
<
Object
>
ret
=
new
Rest
();
Rest
<
Object
>
ret
=
new
Rest
();
Map
<
String
,
Object
>
model
=
new
HashMap
();
Map
<
String
,
Object
>
model
=
new
HashMap
();
String
busiDesc
=
"查询自助终端基础设置信息"
;
String
busiDesc
=
"查询自助终端基础设置信息"
;
...
...
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