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