Aslee 4 anos atrás
pai
commit
179e744668

+ 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;