| | |
| | | goodsInfo.setState(goods.getState() == null ? 0 : goods.getState());
|
| | | goodsInfo.setSalesCount(goods.getSalesCount());
|
| | | goodsInfo.setPicUrl(goods.getPictUrl());
|
| | | goodsInfo.setDescription(goods.getDescription());
|
| | |
|
| | | Integer shopType = goods.getUserType();
|
| | | if (shopType != null && shopType == 1) {
|
| | |
| | | goodsInfo.setTitle(goods.getTitle());
|
| | | goodsInfo.setSalesType(1); // 默认月销量
|
| | | goodsInfo.setZkPrice(goods.getZkPrice());
|
| | | goodsInfo.setDescription(goods.getDescription());
|
| | |
|
| | | String provcity = goods.getProvcity();
|
| | | if (!StringUtil.isNullOrEmpty(provcity)) {
|