From b4021dcd55e2656e153523454c328bb8bed5e21c Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Wed, 15 Mar 2023 23:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E8=B4=A6=E6=88=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=8F=AF=E7=94=A8=E8=B5=84=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ibeetl/jlw/web/StudentAccountAssetAllocationController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/main/java/com/ibeetl/jlw/web/StudentAccountAssetAllocationController.java b/web/src/main/java/com/ibeetl/jlw/web/StudentAccountAssetAllocationController.java index 98929a11..6cbf5047 100644 --- a/web/src/main/java/com/ibeetl/jlw/web/StudentAccountAssetAllocationController.java +++ b/web/src/main/java/com/ibeetl/jlw/web/StudentAccountAssetAllocationController.java @@ -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);