nnnn
This commit is contained in:
@@ -70,7 +70,7 @@ public class SystemConfigController {
|
||||
public R<Void> businessUpdate(String key,String value){
|
||||
SystemConfigEnum[] values = SystemConfigEnum.values();
|
||||
for (SystemConfigEnum config : values) {
|
||||
if (config.getGroup() == SystemConfigGroupEnum.BUSINESS && config.getKey().equals(key)) {
|
||||
if (config.getKey().equals(key)) {
|
||||
SystemCheckResp checkResp = systemConfigManager.setSystemConfig(config, value);
|
||||
if(checkResp.isSuccess()){
|
||||
return R.ok();
|
||||
|
||||
Reference in New Issue
Block a user