科目余额表推送有度
This commit is contained in:
parent
ba5b344b9e
commit
893a3a3c3f
|
@ -925,7 +925,8 @@ public class IncomeInvoiceServiceImpl extends BaseService<IncomeInvoiceEntity, S
|
|||
balanceTable.put("superCode", jsonObject.getString("SUPERCODE"));
|
||||
balanceTable.put("subjectDir", jsonObject.getString("SUBJECTDIR"));
|
||||
balanceTable.put("subjectType", jsonObject.getString("SUBJECTTYPE"));
|
||||
balanceTable.put("subjectLevel", jsonObject.getString("SUBJECTLEVEL"));
|
||||
int subjectLevel = result.length() - result.replace("_", "").length();
|
||||
balanceTable.put("subjectLevel", subjectLevel+1);
|
||||
balanceTable.put("endLevel", jsonObject.getString("ENDLEVEL"));
|
||||
balanceTable.put("debitValue", jsonObject.getString("DEBITVALUE"));
|
||||
balanceTable.put("creditValue", jsonObject.getString("CREDITVALUE"));
|
||||
|
|
Loading…
Reference in New Issue