Explorar el Código

质检任务流程修改排序

lvy hace 6 días
padre
commit
399061d57c

+ 1 - 0
blade-service/blade-business/src/main/java/org/springblade/business/controller/FixedFlowController.java

@@ -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()) {