fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandInfoMapper.java
@@ -5,6 +5,7 @@ import org.apache.ibatis.annotations.Param; import com.yeshi.fanli.dao.BaseMapper; import com.yeshi.fanli.entity.brand.BrandClass; import com.yeshi.fanli.entity.brand.BrandInfo; import com.yeshi.fanli.vo.brand.BrandInfoVO; @@ -25,6 +26,11 @@ int deleteBatchByPrimaryKey(List<Long> list); BrandInfo getByAdjoinOrder(@Param("cid") Long cid, @Param("order") double order, @Param("type") Integer type); /** * 查询返回前端品牌 @@ -70,5 +76,5 @@ * @return */ long countValidByCidToApp(@Param("cid") Long cid); }