Commit 94d000eb by huluobin

Merge branch 'master' into 3.0

parents 586c0566 a75ac1c7
......@@ -60,7 +60,7 @@ public class CostPlanTempDomain {
CostTypeDomain costTypeDomain = costTypeDao.selectByNo(typeNo);
if (costTypeDomain != null) {
dto.setTypeNo(costTypeDomain.getTypeName());
dto.setTypeNameDto(costTypeDomain.getTypeName());
}
dto.setFileName(PathUtil.getFileName(dto.getFilePath()));
return dto;
......
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