Aslee 4 年之前
父節點
當前提交
179e744668
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mappings/modules/zplm/CmBrandAuthMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/zplm/CmBrandAuthMapper.xml

@@ -76,7 +76,7 @@
 		</choose>
 	</select>
 	<select id="findBrandList" resultType="com.caimei.modules.brand.entity.CmBrand">
-		select id, name, authLogo from cm_brand;
+		select id, name, authLogo from cm_brand where status = '1' and delFlag = '0';
 	</select>
 	<select id="findCountryList" resultType="com.caimei.modules.common.entity.Country">
 		select countryId, name from country;