15 lines
148 B
PHP
15 lines
148 B
PHP
<?php
|
|
|
|
|
|
namespace app\admin\logic;
|
|
|
|
|
|
use think\Db;
|
|
|
|
class ChartLogic
|
|
{
|
|
public static function order_chart($get){
|
|
$where=[];
|
|
}
|
|
|
|
} |