|
@@ -49,6 +49,7 @@ public class HomeManageConfigController {
|
|
|
@PostMapping("/post")
|
|
@PostMapping("/post")
|
|
|
public Result<String> saveConfig(@RequestBody HomeManageConfigReq config) {
|
|
public Result<String> saveConfig(@RequestBody HomeManageConfigReq config) {
|
|
|
homeManagementConfigService.saveOrUpdateConfig(config);
|
|
homeManagementConfigService.saveOrUpdateConfig(config);
|
|
|
|
|
+ refreshCacheService.refreshYhHomePageCache();
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult();
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult();
|
|
|
}
|
|
}
|
|
|
|
|
|