Compare commits

..

No commits in common. "be8089625e7ffffde45454875d3a99a26b4543e1" and "1fad877c342dd52f132d604a8889e6ea6f9a6e38" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -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"));