admin
2020-02-18 ddf5db7d31af51fcf697eac0cee7dd46ff73bcc1
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);
   }