admin
2019-09-22 b9f8ef2c4737b6e6be4b12fc8f7bafb033bfcfe5
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);
   }