From cd0c6d0c7b3f1348bbef2762c3909f5ff4a90efb Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期日, 29 九月 2019 15:44:26 +0800 Subject: [PATCH] 淘宝价,天猫价,分享模板修改 --- 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