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

Commit 92084231 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 6abc6264
......@@ -270,7 +270,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
goblinFrontSelectGoodVo.setCount(ids.length);
//
ArrayList<GoblinGoodsInfoVo> goblinGoodsInfoVoArrayList= ObjectUtil.getGoblinGoodsInfoVos();
for(int i=0;i<=end;i++){
for(int i=0;i<end;i++){
if (i>=start){
GoblinGoodsInfoVo goblinGoodsInfoVo= goblinRedisUtils.getGoodsInfoVo(ids[i]);
goblinGoodsInfoVoArrayList.add(goblinGoodsInfoVo);
......
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