Compare commits
2 Commits
1fad877c34
...
be8089625e
Author | SHA1 | Date |
---|---|---|
|
be8089625e | |
|
893a3a3c3f |
|
@ -1101,7 +1101,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