Authored by 马力

独家标识

... ... @@ -1779,6 +1779,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService {
private void queryProductLimitInfo(QcOrderDetailResp resp, Integer productId, Integer sellerUid) {
List<ProductLimitSale> productLimitSales = productLimitSaleMapper.selectUserPermissionProductIds(Lists.newArrayList(productId), sellerUid);
resp.setOnlyLogo(CollectionUtils.isEmpty(productLimitSales) ? null : "独家");
resp.setOnlyLogoValue(CollectionUtils.isEmpty(productLimitSales) ? 0 : 1);
}
private void queryAberrationNum(QcOrderDetailResp resp, Integer sellerUid) {
... ...