Commit b4e73a88 authored by wangxl's avatar wangxl

77

parent 1a483d73
......@@ -260,13 +260,7 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
dto.setUnitTypeName(comUnitDTO.getUnitTypeName());
dto.setOrganizationCode(comUnitDTO.getOrganizationCode());
dto.setAddress(comUnitDTO.getUnitAddress());
dto.setLegalPerson(null);
dto.setDepositBank(null);
dto.setBankAccount(null);
dto.setDepositBankAddress(null);
dto.setInterbankNumber(null);
}
//经费表
List<ComProjectBudgetDTO> budgetList = comProjectBudgetService.getList(projType);
dto.setBudget(budgetList);
......@@ -281,7 +275,6 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
dto.setFileList(fileList);
dto.setReportYear(comBatchService.getReportYear(projType));
dto.setProjType(projType);
dto.setProjState(CommonEnum.projState.draft.getCode());
dto.setAppPersonId(SecurityUserHolder.getPersonId());
dto.setAppUnitId(SecurityUserHolder.getUnitId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment