admin
2020-06-10 271ae63c20fcbe28d29c47f1881138ff6551a2a1
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);
   }