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