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