yujian
2019-12-17 e265881fa0d83b8767cadf7b1c83c71b80b5bb6d
fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java
@@ -44,9 +44,9 @@
    * @param state
    * @return
    */
   public List<BrandInfo> listQuery(long start, int count, String key, Long cid, Integer state);
   public List<BrandInfo> listQuery(long start, int count, List<String> keys, Long cid, Integer state, Integer showState);
   public long countQuery(String key, Long cid, Integer state);
   public long countQuery(List<String> keys, Long cid, Integer state, Integer showState);
   /**
    * 查询品牌返回前端
@@ -112,4 +112,7 @@
    */
   public void removeAgoByDate(Date date);
   public void updateOrder(Long id, Integer moveType) throws BrandInfoException;
}