Commit 7cf4795e by liyanlin

fix

parent b8ad586b
...@@ -438,7 +438,7 @@ public abstract class AbstractCostService implements CostService { ...@@ -438,7 +438,7 @@ public abstract class AbstractCostService implements CostService {
NetsuiCostinfoDto cwSysInfo = new NetsuiCostinfoDto( NetsuiCostinfoDto cwSysInfo = new NetsuiCostinfoDto(
nsAccountingSubjectId, nsAccountingSubjectId,
costCashiercallbackDomain.getPayamount().toString(), costCashiercallbackDomain.getPayamount().toString(),
costCashiercallbackDomain.getCashierunitcode().toUpperCase() costCashiercallbackDomain.getPaynote()
); );
netsuiCostInfoDtos.add(cwSysInfo); netsuiCostInfoDtos.add(cwSysInfo);
......
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