yj
2020-03-13 2f2860b50f24e5e3598d223db03d43df61d95c97
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);
   }