Commit fa46b522 by jianshuqin
parents 87c169d8 d2c0fb16
...@@ -467,7 +467,7 @@ public abstract class AbstractCostService implements CostService { ...@@ -467,7 +467,7 @@ public abstract class AbstractCostService implements CostService {
List<NetsuiCostinfoDto> netsuiCostInfoDtos = new ArrayList<>(); List<NetsuiCostinfoDto> netsuiCostInfoDtos = new ArrayList<>();
//费用系统信息 //费用系统信息
NetsuiCostinfoDto feeSysInfo = new NetsuiCostinfoDto( NetsuiCostinfoDto feeSysInfo = new NetsuiCostinfoDto(
costTypeResult.getNsAccountingSubjectId().toString(), costTypeResult.getNsAccountingSubjectId() != null ? costTypeResult.getNsAccountingSubjectId().toString() : "0",
costDomain.getAmount().toString(), costDomain.getAmount().toString(),
costDomain.getCostReason() costDomain.getCostReason()
); );
......
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