Commit ed6ae249 by jx-art

修改参数多余调用

parent 6926e331
......@@ -49,8 +49,6 @@ public class ChangeExecConfigServiceImpl implements ChangeExecConfigService {
public List<ChangeExecConfig> updateChangeExecConfig(Long id,List<ChangeExecConfig> changeExecConfigs) {
//删除原来的行动
deleteChangeConfig(id);
//重新载入新的行动项
addChangeExecConfig(id,changeExecConfigs);
return addChangeExecConfig(id,changeExecConfigs);
}
......
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