记得上下班打卡 | git大法好,push需谨慎

Commit f68e282f authored by wangyifan's avatar wangyifan

用户收钱吧订单列表

parent b36cf747
...@@ -234,7 +234,7 @@ public class GoblinSqbServiceImpl implements IGoblinSqbService { ...@@ -234,7 +234,7 @@ public class GoblinSqbServiceImpl implements IGoblinSqbService {
public ResponseDto<List<GoblinSqbOrderDetailVo>> getOrderList(String userId) { public ResponseDto<List<GoblinSqbOrderDetailVo>> getOrderList(String userId) {
log.info("[收钱吧订单列表] userId={}", userId); log.info("[收钱吧订单列表] userId={}", userId);
List<String> orderIds = goblinRedisUtils.getOrderList(userId); List<String> orderIds = goblinSqbRedisUtils.getSqbOrderList(userId);
if (CollectionUtils.isEmpty(orderIds)) { if (CollectionUtils.isEmpty(orderIds)) {
return ResponseDto.success(Collections.emptyList()); return ResponseDto.success(Collections.emptyList());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment