Compare commits
No commits in common. "be8089625e7ffffde45454875d3a99a26b4543e1" and "1fad877c342dd52f132d604a8889e6ea6f9a6e38" have entirely different histories.
be8089625e
...
1fad877c34
|
@ -1101,8 +1101,7 @@ 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"));
|
||||
int subjectLevel = result.length() - result.replace("_", "").length();
|
||||
balanceTable.put("subjectLevel", subjectLevel+1);
|
||||
balanceTable.put("subjectLevel", jsonObject.getString("SUBJECTLEVEL"));
|
||||
balanceTable.put("endLevel", jsonObject.getString("ENDLEVEL"));
|
||||
balanceTable.put("debitValue", jsonObject.getString("DEBITVALUE"));
|
||||
balanceTable.put("creditValue", jsonObject.getString("CREDITVALUE"));
|
||||
|
|
Loading…
Reference in New Issue