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

Commit 779a1266 authored by 胡佳晨's avatar 胡佳晨

积分商品 分类列表 1000分页 增加库存-999无限库存

parent faa13d00
...@@ -55,9 +55,9 @@ public class StoneOrderListVo implements Serializable, Cloneable { ...@@ -55,9 +55,9 @@ public class StoneOrderListVo implements Serializable, Cloneable {
} }
} }
public StoneOrderListVo copy(StoneScoreOrder source,String img,String uid) { public StoneOrderListVo copy(StoneScoreOrder source, String img, String uid) {
if (null == source) return this; if (null == source) return this;
this.setOrderId(source.getItemId()); this.setOrderId(source.getOrderId());
this.setImg(img); this.setImg(img);
this.setUid(uid); this.setUid(uid);
this.setTargetTitle(source.getTargetTitle()); this.setTargetTitle(source.getTargetTitle());
......
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