|
|
|
@ -230,7 +230,6 @@ public class StudentAccountAssetAllocationController{
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@PostMapping(MODEL + "/updateAccountAvailableFunds.json")
|
|
|
|
|
@Function("studentAccountAssetAllocation.delete")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public JsonResult updateAccountAvailableFunds(@RequestParam("applicationToken") String applicationToken, StudentAccountAssetAllocationQuery param) {
|
|
|
|
|
studentAccountAssetAllocationService.updateAccountAvailableFunds(applicationToken, param);
|
|
|
|
|