示例#1
0
 public static function getInvolvePerson($id)
 {
     return InvolvePerson::whereInfoId($id)->get(['receiver_name', 'station']);
 }