|
@@ -77,14 +77,11 @@ class AnalyseLogic extends BaseLogic
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 注册按时
|
|
// 注册按时
|
|
|
-
|
|
|
|
|
public function generateWhereSql($params)
|
|
public function generateWhereSql($params)
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
$whereSql = "";
|
|
$whereSql = "";
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
// 游戏id
|
|
// 游戏id
|
|
|
if (!empty($params['game_id'])) {
|
|
if (!empty($params['game_id'])) {
|
|
|
if (is_array($params['game_id'])) {
|
|
if (is_array($params['game_id'])) {
|