public function testFindOneById()
 {
     $rule = $this->alarmRuleMapper->findOneById(2);
     $this->assertNotNull($rule);
 }