| | |
| | | //1 抽签记录 2 新股库存 3 现股库存 |
| | | if (model.getType() == 1) { //抽签 |
| | | list = applyNewSharesOrderService.list(Wrappers.<ApplyNewSharesOrder> |
| | | query().lambda().eq(ApplyNewSharesOrder::getUserId, SecurityUtils.getUser().getUserId())); |
| | | query().lambda().eq(ApplyNewSharesOrder::getUserId, SecurityUtils.getCurrentUserId())); |
| | | } else if (model.getType() == 2) {// 新股库存 |
| | | List<UserPromiseRecord> userPromiseRecords = userPromiseRecordService.list(Wrappers.<UserPromiseRecord>query() |
| | | .lambda().eq(UserPromiseRecord::getShowFlag, 0).eq(UserPromiseRecord::getUserId,SecurityUtils.getCurrentUserId())); |