Merge branch 'release/个税版本' into release/个税&业务线
This commit is contained in:
commit
8b1fe9ed3f
|
|
@ -62,7 +62,7 @@ public class TaxDeclarationApiFlowStatisticServiceImpl extends Service implement
|
|||
return TaxDeclarationApiFlowTotalDTO.builder()
|
||||
.total(apiConfigPO.getTotality())
|
||||
.remain(apiConfigPO.getRemain())
|
||||
.used(Long.parseLong(response.getBody().getSurplus()))
|
||||
.used(Long.parseLong(response.getBody().getUsed()))
|
||||
.lastUpdateTime(SalaryDateUtil.getFormatLocalDateTime(apiConfigPO.getLastUpdateTime()))
|
||||
.build();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue