Commit b8a58c1a authored by 秦兴亮's avatar 秦兴亮

bug修复

parent e922f0de
......@@ -340,6 +340,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
for (Object o:array) {
if(index<=orderSkuVo.getNum()){
list.add(o.toString());
index ++;
}else{
break;
}
......
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