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

Commit ab1efb50 authored by 胡佳晨's avatar 胡佳晨

修改 精选商品接口

parent 14492312
...@@ -759,7 +759,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService { ...@@ -759,7 +759,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
} }
public void validate( List<GoblinFrontSelectGoods> list){ public void validate( List<GoblinFrontSelectGoods> list){
if(null!=list&list.size()>0){ if(null!=list&&list.size()>0){
Iterator<GoblinFrontSelectGoods> it = list.iterator(); Iterator<GoblinFrontSelectGoods> it = list.iterator();
while (it.hasNext()) { while (it.hasNext()) {
GoblinFrontSelectGoods goblinFrontSelectGoods= it.next(); GoblinFrontSelectGoods goblinFrontSelectGoods= it.next();
......
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