Commit ce0a2f62 authored by 廖旭伟's avatar 廖旭伟

自助服务终端基础设置增加操作倒计时配置

parent 6c2a91ad
...@@ -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 = "查询自助终端基础设置信息" ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment