|
@@ -383,6 +383,7 @@ public class FixedFlowController extends BladeController {
|
|
|
fixedFlow.setCreateDept(fixedFlow.getId());
|
|
|
fixedFlow.setUpdateTime(new Date());
|
|
|
fixedFlow.setCreateUser(AuthUtil.getUserId());
|
|
|
+ fixedFlow.setSort(null);
|
|
|
});
|
|
|
boolean flow = this.fixedFlowService.saveBatch(fixedFlowList);
|
|
|
if (flow && !newFixedFolwLinkList.isEmpty()) {
|