Commit a75ac1c7 by huluobin

# fee bug fix

parent 61dba47e
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<artifactId>bailuntec-cost-api</artifactId> <artifactId>cost-interfaces</artifactId>
</dependency> </dependency>
......
...@@ -60,7 +60,7 @@ public class CostPlanTempDomain { ...@@ -60,7 +60,7 @@ public class CostPlanTempDomain {
CostTypeDomain costTypeDomain = costTypeDao.selectByNo(typeNo); CostTypeDomain costTypeDomain = costTypeDao.selectByNo(typeNo);
if (costTypeDomain != null) { if (costTypeDomain != null) {
dto.setTypeNo(costTypeDomain.getTypeName()); dto.setTypeNameDto(costTypeDomain.getTypeName());
} }
dto.setFileName(PathUtil.getFileName(dto.getFilePath())); dto.setFileName(PathUtil.getFileName(dto.getFilePath()));
return dto; 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