| | |
| | | * @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);
|
| | |
|
| | | /**
|
| | | * 计数
|
| | |
| | | * @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);
|
| | |
|
| | | } |