Commit 20965721 by guojuxing

规则场景添加一个字段:场景名称

parent e16d1653
......@@ -216,6 +216,7 @@ public class ConfigRuleApiServiceImpl implements ConfigRuleApiService {
record.setRuleDesc(dto.getRuleDesc());
record.setMarketObject(dto.getMarketObject());
record.setMarketScene(dto.getMarketScene());
record.setMarketName(dto.getMarketName());
configRuleService.update(record);
return ServiceResponse.success(record.getRuleName());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment