| | |
| | | import org.yeshi.utils.tencentcloud.COSManager; |
| | | |
| | | import com.yeshi.fanli.dao.mybatis.taobao.TaoBaoShopMapper; |
| | | import com.yeshi.fanli.dto.ConfigParamsDTO; |
| | | import com.yeshi.fanli.dto.GoodsMoneyConfigParamsDTO; |
| | | import com.yeshi.fanli.entity.bus.user.vip.UserLevelEnum; |
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; |
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBriefExtra; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public TaoBaoShop getTaoBaoShop(Long auctionId, Long sellerId) { |
| | | public TaoBaoShop getTaoBaoShop(String auctionId, Long sellerId) { |
| | | TaoBaoShop shop = taoBaoShopMapper.selectByPrimaryKey(sellerId); |
| | | if (shop != null) |
| | | return shop; |
| | |
| | | return null; |
| | | } |
| | | |
| | | ConfigParamsDTO paramsDTO = orderHongBaoMoneyComputeService.getShowComputeRate(platform, version,UserLevelEnum.daRen,system); |
| | | GoodsMoneyConfigParamsDTO paramsDTO = orderHongBaoMoneyComputeService.getShowComputeRate(platform, version,UserLevelEnum.daRen,system); |
| | | |
| | | for (TaoBaoShopVO taoBaoShopVO : list) { |
| | | |