|
|
|
@ -278,6 +278,10 @@ public class StudentAccountAssetAllocationService extends CoreBaseService<Studen
|
|
|
|
|
*/
|
|
|
|
|
public void updateAccountAvailableFunds(String applicationToken, StudentAccountAssetAllocationQuery param) {
|
|
|
|
|
|
|
|
|
|
Assert.notNull(param.getAvailableFunds(), "availableFunds 可用资金不能为空!");
|
|
|
|
|
Assert.notNull(param.getUpdateVersion(), "updateVersion 更新版本不能为空!");
|
|
|
|
|
Assert.notNull(param.getName(), "name 账户名称不能为空!");
|
|
|
|
|
|
|
|
|
|
// 已开通状态:2
|
|
|
|
|
param.setState(2);
|
|
|
|
|
// 这里1代表未删除,是正常状态
|
|
|
|
|