批量充值
This commit is contained in:
@ -89,7 +89,7 @@ public class ExcelImportController {
|
|||||||
}
|
}
|
||||||
List<Long> ids = new ArrayList<>();
|
List<Long> ids = new ArrayList<>();
|
||||||
ids.add(userByMobile.getId());
|
ids.add(userByMobile.getId());
|
||||||
cashRechargeService.rechargeByAdmin(ids,null,excel.getMoney(),storeId,null);
|
cashRechargeService.rechargeByAdmin(ids,null,excel.getMoney(),storeId,false);
|
||||||
}
|
}
|
||||||
return notExist;
|
return notExist;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user