|
|
|
@@ -11,6 +11,7 @@ import com.iformall.domain.po.WxBrand; |
|
|
|
import com.iformall.domain.po.WxBusiness; |
|
|
|
import com.iformall.domain.po.WxShop; |
|
|
|
import com.iformall.enums.EnumDelFlag; |
|
|
|
import com.iformall.enums.EnumYesOrNo; |
|
|
|
import com.iformall.exception.MallinkException; |
|
|
|
import com.iformall.mapper.WxBrandMapper; |
|
|
|
import com.iformall.service.WxBrandService; |
|
|
|
@@ -102,6 +103,7 @@ public class WxBrandServiceImpl implements WxBrandService { |
|
|
|
public List<Map<String,Object>> queryBrand(TenantEntity tenantEntity) { |
|
|
|
WxBrand wxBrand = new WxBrand(); |
|
|
|
wxBrand.setTenantId(tenantEntity.getFinalTenantId()); |
|
|
|
wxBrand.setIsDel(EnumYesOrNo.NO.getCode()); |
|
|
|
|
|
|
|
return wxBrandMapper.queryBrandByTenant(wxBrand); |
|
|
|
} |
|
|
|
|