service-store/src/main/java/com/java110/store/cmd/resourceStore/SaveAllocationStorehouseCmd.java
@@ -262,7 +262,7 @@ OaWorkflowDto oaWorkflowDto = new OaWorkflowDto(); oaWorkflowDto.setStoreId(allocationStorehouseApplyPo.getStoreId()); oaWorkflowDto.setFlowId(storehouseDto.getAllocationFlowId()); oaWorkflowDto.setFlowId(storehouseDtos.get(0).getAllocationFlowId()); List<OaWorkflowDto> oaWorkflowDtos = oaWorkflowInnerServiceSMOImpl.queryOaWorkflows(oaWorkflowDto); //todo 提交审核