From d32f3a1e73dfc21588c62ed6ef6ec331760f9b94 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期四, 07 十一月 2019 18:19:14 +0800
Subject: [PATCH] 商城后台审核

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java
index 8d3bf38..4bca7a3 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetPayService.java
@@ -73,8 +73,8 @@
 	 * @param payType
 	 * @return
 	 */
-	public List<BanLiShopGoodsSetsPay> listQuery(int page, int pageSize, String key, Integer payType);
+	public List<BanLiShopGoodsSetsPay> listQuery(int page, int pageSize, String key, Integer payType, Long setId);
 
-	public long countQuery(String key, Integer payType);
+	public long countQuery(String key, Integer payType, Long setId);
 
 }

--
Gitblit v1.8.0