From 928619e01b0865c65aabdc8525fef221b720fc9a Mon Sep 17 00:00:00 2001 From: Mlxa0324 Date: Mon, 6 Mar 2023 16:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E9=87=91=E8=B4=A6=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jlw/service/StudentAccountAssetAllocationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/com/ibeetl/jlw/service/StudentAccountAssetAllocationService.java b/web/src/main/java/com/ibeetl/jlw/service/StudentAccountAssetAllocationService.java index 66eb7fb0..7affc452 100644 --- a/web/src/main/java/com/ibeetl/jlw/service/StudentAccountAssetAllocationService.java +++ b/web/src/main/java/com/ibeetl/jlw/service/StudentAccountAssetAllocationService.java @@ -216,7 +216,7 @@ public class StudentAccountAssetAllocationService extends CoreBaseService accountAssetAllocation = getValuesByQueryNotWithPermission(param); - Assert.notNull(accountAssetAllocation, "账户不存在!"); + Assert.notNull(accountAssetAllocation, "未查询到账户列表信息!"); return accountAssetAllocation; }