admin
2020-04-26 f99d8098b0aee17c09be5dfee8b4f72a6f4071b1
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);
   }