admin
2019-11-28 18ef3cfe9992b3c1663c7bccb45279a4c6732245
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;
@@ -26,6 +27,11 @@
    
   int deleteBatchByPrimaryKey(List<Long> list);
   
   BrandInfo getByAdjoinOrder(@Param("cid") Long cid, @Param("order") double order, @Param("type") Integer type);
   /**
    * 查询返回前端品牌
    * @param start