fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushCouponServiceImpl.java
@@ -85,7 +85,7 @@ } @Override @Transactional @Transactional(rollbackFor=Exception.class) public void save(PushCoupon record) throws PushCouponException,Exception { if (record == null) { throw new PushCouponException(1, "参数不正确"); @@ -153,7 +153,7 @@ } @Override @Transactional @Transactional(rollbackFor=Exception.class) public void executePush(Long id) throws Exception, PushCouponException, PushException { PushCoupon pushCoupon = selectByPrimaryKey(id);