|
@@ -109,7 +109,7 @@ public class SysConfigController extends BaseController {
|
|
|
configService.resetConfigCache();
|
|
configService.resetConfigCache();
|
|
|
return success();
|
|
return success();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ //此接口对外暴露,勿修改
|
|
|
@GetMapping("/findFirstByCode")
|
|
@GetMapping("/findFirstByCode")
|
|
|
public R<SysConfig> findFirstByCode(String code) {
|
|
public R<SysConfig> findFirstByCode(String code) {
|
|
|
return R.ok(configService.findFirstByCode(code));
|
|
return R.ok(configService.findFirstByCode(code));
|