Commit 1ca1fec0 by guojuxing

场景编辑接口修改

parent 4cf38dd5
......@@ -196,6 +196,7 @@ public class ConfigRuleApiServiceImpl implements ConfigRuleApiService {
if (!valid.isSuccess()) {
return ServiceResponse.failure(valid.getCode(), valid.getMessage());
}
record.setRuleName(dto.getRuleName());
record.setRemark(dto.getRemark());
record.setRuleDesc(dto.getRuleDesc());
record.setMarketObject(dto.getMarketObject());
......
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