add ticket usage count increment trigger, add log, fix card flag update query, fix customer card move update
This commit is contained in:
@@ -363,7 +363,11 @@ class Helper {
|
||||
public static function mkYiiSortItems($config){
|
||||
$result = [];
|
||||
foreach ($config as $col ){
|
||||
$result = $result + Helper::mkYiiSortItem($col[0] ,$col[1]);
|
||||
if ( count($col) == 1){
|
||||
$result = $result + Helper::mkYiiSortItem($col[0] ,$col[0]);
|
||||
}else{
|
||||
$result = $result + Helper::mkYiiSortItem($col[0] ,$col[1]);
|
||||
}
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user