save($info); } public static function getPchByProId($id){ return ProPch::where("pro_id",$id)->select(); } }