|
|
@@ -27,6 +27,8 @@ class TestController extends Controller
|
|
|
//更新时间
|
|
|
public function actionExpendTime()
|
|
|
{
|
|
|
+ ini_set('memory_limit', '2045M');
|
|
|
+ set_time_limit(0);
|
|
|
$sql = "UPDATE xhGhsCustom SET recentExpend='2024-02-01 01:01:00'";
|
|
|
Yii::$app->db->createCommand($sql)->execute();
|
|
|
$sql = "UPDATE xhGhs SET recentExpend='2024-02-01 01:01:00'";
|