@ -216,7 +216,7 @@ public class StudentAccountAssetAllocationService extends CoreBaseService<Studen
List<StudentAccountAssetAllocation> accountAssetAllocation = getValuesByQueryNotWithPermission(param);
Assert.notNull(accountAssetAllocation, "账户不存在!");
Assert.notNull(accountAssetAllocation, "未查询到账户列表信息!");
return accountAssetAllocation;
}