From 3703fef56f24c05ebf93e4ee1745392b7d571aaf Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 26 七月 2019 18:31:36 +0800
Subject: [PATCH] 跳转参数通过版本区分

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

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponService.java
index 1287883..f6a5641 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/PushCouponService.java
@@ -34,7 +34,7 @@
 	public long countQuery(String key, Integer state) throws PushCouponException;
 	
 
-	public void save(PushCoupon record) throws PushCouponException;
+	public void save(PushCoupon record) throws PushCouponException, Exception;
 
 	/**
 	 * 鎵ц鎺ㄩ��

--
Gitblit v1.8.0