资金账户信息

beetlsql3-dev
Mlxa0324 2 years ago
parent c549e29b22
commit 928619e01b

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

Loading…
Cancel
Save