|
|
|
@ -171,15 +171,6 @@ public class AccountCloseServiceImpl implements AccountCloseService { |
|
|
|
retmap.put("amount", acrd.getAmount()); |
|
|
|
retmap.put("ratio", acrd.getRatio()); |
|
|
|
retmap.put("id",acrd.getId()); |
|
|
|
/** |
|
|
|
* "id": 7, |
|
|
|
* "setting_id": 2, |
|
|
|
* "role_type": 2, |
|
|
|
* "cost_type": 1, |
|
|
|
* "calculate": 1, |
|
|
|
* "amount": "0.00", |
|
|
|
* "ratio": "0.00" |
|
|
|
*/ |
|
|
|
retlist.add(retmap); |
|
|
|
} |
|
|
|
} |
|
|
|
|