yujian
2019-07-29 cdd852f8e8eff7eb2e8f7c3fceaa955b9fc3f9d3
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);
   }