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; }