sync
This commit is contained in:
14
modules/Pasport_KRO/Pasport_KRO.php
Normal file
14
modules/Pasport_KRO/Pasport_KRO.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace API;
|
||||
|
||||
trait Pasport_KRO
|
||||
{
|
||||
public function getData_Pasport_KRO($params)
|
||||
{
|
||||
$query = "EXEC [Production].[dbo].[PASPORT_KRO]
|
||||
@ds = '".$params['dateStart']."',
|
||||
@de = '".$params['dateEnd']."'";
|
||||
select_ru($query);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user