|
@@ -1,13 +1,13 @@
|
|
|
package com.keao.edu.user.controller;
|
|
|
|
|
|
|
|
|
-import com.keao.edu.common.controller.BaseController;
|
|
|
-import com.keao.edu.common.entity.SysConfig;
|
|
|
-import com.keao.edu.common.page.QueryInfo;
|
|
|
-import com.keao.edu.common.tenant.TenantContextHolder;
|
|
|
-import com.keao.edu.user.service.SysConfigService;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
+
|
|
|
+import java.util.Date;
|
|
|
+import java.util.HashMap;
|
|
|
+import java.util.Map;
|
|
|
+
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
@@ -16,10 +16,10 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import java.util.Date;
|
|
|
-import java.util.HashMap;
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
+import com.keao.edu.common.controller.BaseController;
|
|
|
+import com.keao.edu.common.entity.SysConfig;
|
|
|
+import com.keao.edu.common.tenant.TenantContextHolder;
|
|
|
+import com.keao.edu.user.service.SysConfigService;
|
|
|
|
|
|
/**
|
|
|
* 系统配置控制层
|