yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
fanli/src/main/java/com/yeshi/fanli/service/impl/user/DeviceLotteryRecordServiceImpl.java
@@ -18,6 +18,11 @@
   
   @Override
   public int deleteByPrimaryKey(Long id) {
      return reviceLotteryRecordMapper.deleteByPrimaryKey(id);
   }
   @Override
   public int insertSelective(DeviceLotteryRecord record) {
      return reviceLotteryRecordMapper.insertSelective(record);
   }