|
|
|
@ -86,7 +86,6 @@ public class SurchargeAccountServiceImpl implements SurchargeAccountService{
|
|
|
|
|
JSONObject surcharge_account = clientsSurchargeAccountsMapper.find(detail.getIntValue("client_id"));
|
|
|
|
|
JSONObject transaction = new JSONObject();
|
|
|
|
|
transaction.put("client_id", detail.getIntValue("client_id"));
|
|
|
|
|
// transaction.put("settle_date", detail.getString("settle_month"));
|
|
|
|
|
transaction.put("type", "Credit");
|
|
|
|
|
transaction.put("total_surcharge", BigDecimal.ZERO);
|
|
|
|
|
transaction.put("tax_amount", BigDecimal.ZERO);
|
|
|
|
|