...
|
...
|
@@ -249,7 +249,9 @@ public class TblLogicService { |
|
|
productIndexBO.setBrandNameEn(null);
|
|
|
productIndexBO.setBrandNameCn(null);
|
|
|
}
|
|
|
if(tblBrand.getBrandId()!=null){
|
|
|
productIndexBO.setShopId(tblBrand.getBrandId()*(-1));
|
|
|
}
|
|
|
return productIndexBO;
|
|
|
}
|
|
|
|
...
|
...
|
|