策略配置-策略运行修改
This commit is contained in:
@ -69,7 +69,7 @@ public class EmsStrategyController extends BaseController
|
||||
emsStrategyRunning.setUpdateBy(getUsername());
|
||||
int result = emsStrategyService.configStrategy(emsStrategyRunning);
|
||||
if (result == -1){
|
||||
return error("站点该策略配置运行中");
|
||||
return error("不支持重复添加");
|
||||
}
|
||||
return success(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user