From 531d93708df8017e59830f15b41f3cc42d6126e6 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 09 七月 2019 17:53:01 +0800
Subject: [PATCH] 1.5.7版本需求

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

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushCouponRecordServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushCouponRecordServiceImpl.java
index f6637fb..c2c28c5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushCouponRecordServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushCouponRecordServiceImpl.java
@@ -28,7 +28,7 @@
 	}
 
 	@Override
-	public int insertSelective(PushCouponRecord record) {
+	public int insertSelective(PushCouponRecord record) throws Exception{
 		return pushCouponRecordMapper.insertSelective(record);
 	}
 

--
Gitblit v1.8.0