feat:trans
This commit is contained in:
@@ -17,6 +17,10 @@ public class PreAllocationRecordDAO {
|
||||
return preAllocationRecordMapper.insertSelective(record) > 0;
|
||||
}
|
||||
|
||||
public boolean updateByPrimaryKeySelective(PreAllocationRecordDO record) {
|
||||
return preAllocationRecordMapper.updateByPrimaryKeySelective(record) > 0;
|
||||
}
|
||||
|
||||
public PreAllocationRecordDO getById(Long id) {
|
||||
return preAllocationRecordMapper.getById(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user