PC-202304251453\Administrator il y a 5 mois
Parent
commit
1ca21c59de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/v1/model/advert/GamePackage.php

+ 1 - 1
app/v1/model/advert/GamePackage.php

@@ -29,6 +29,6 @@ class GamePackage extends BaseNormalModel
      * 数据库连接
      * @var string
      */
-    protected $connection = 'db_game_log';
+    protected $connection = 'db_advert';
 
 }