소스 검색

优化物业手机版

Your Name 2 년 전
부모
커밋
d5eabd4feb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service-store/src/main/java/com/java110/store/cmd/resourceStore/SaveAllocationStorehouseCmd.java

+ 1 - 1
service-store/src/main/java/com/java110/store/cmd/resourceStore/SaveAllocationStorehouseCmd.java

@@ -262,7 +262,7 @@ public class SaveAllocationStorehouseCmd extends Cmd {
 
         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 提交审核