Commit f1f1f6a3 authored by shiyu's avatar shiyu

topimage

parent 8184f3da
......@@ -158,6 +158,7 @@ public class ItemVo implements Entity {
if (!ObjectUtils.isEmpty(this.price)) {
item.setPrice((long)(this.price*100L));
}
item.setTopImage(this.topImage);
return item;
}
......
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