admin
2020-04-27 cc44f797c5a0a2f462c3426f477c00737fbf79b2
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/shop/BanLiShopGoodsSetsPayMapper.java
@@ -33,7 +33,8 @@
    * @param count
    * @return
    */
   List<BanLiShopGoodsSetsPay> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key, @Param("payType") Integer payType);
   List<BanLiShopGoodsSetsPay> listQuery(@Param("start") long start, @Param("count") int count,
         @Param("key") String key, @Param("payType") Integer payType, @Param("setId")Long setId);
   /**
    * 计数
@@ -42,6 +43,6 @@
    * @param state
    * @return
    */
   long countQuery(@Param("key") String key, @Param("payType") Integer payType);
   long countQuery(@Param("key") String key, @Param("payType") Integer payType, @Param("setId")Long setId);
}