|
@@ -220,6 +220,8 @@ public class ProductModuleServiceImpl implements ProductModuleService {
|
|
|
product.setProductDetail(productDetail);
|
|
|
//供应商信息
|
|
|
ShopVo shop = productModuleDao.findProductShopById(product.getShopID());
|
|
|
+ Integer normalNum = productModuleDao.findProductNormalNumById(product.getShopID());
|
|
|
+ shop.setNormalNum(normalNum == null ? 0 : normalNum);
|
|
|
if (shop.getBusinessScope() != null && shop.getBusinessScope().contains("/")) {
|
|
|
String[] businessScopeArray = shop.getBusinessScope().split("/");
|
|
|
shop.setBusinessScopeArray(businessScopeArray);
|