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); }