@@ -221,6 +221,7 @@ public class FixedFlowController extends BladeController {
//拆分姓名及ID
String[] links = linkUser.split("-");
linkList.add(new FixedFlowLink(links[0], links[1], vo.getProjectId(), vo.getContractId(), vo.getId(), sort));
+ sort++;
}
//保存环节
this.fixedFlowLinkService.saveBatch(linkList);