Kaynağa Gözat

公众号清空

shish 6 yıl önce
ebeveyn
işleme
f4a80e25cc
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      console/controllers/UpgradeController.php

+ 4 - 0
console/controllers/UpgradeController.php

@@ -1106,9 +1106,13 @@ update xhMerchant set merchantName='花店宝' where id=12358;update xhShop set
 		$sql = "update xhShop set openTime='08:00-22:00',telephone='18030142050',lat='24.46886',`long`='118.10708',province='福建省',city='厦门市',address='福建省厦门市思明区后埭溪路128-5号' where id in(15681,15680);update xhShop set telephone='15280215347' where id=15681;";
 		Yii::$app->db->createCommand($sql)->execute($sql);
 
+		$sql = "update xhMerchant set miniAppId='',wxAppId='',miniAppSecret='',openAppId='' where id in(12359,12358);update xhMerchantExtend set miniAppId='',wxAppId='',wxPayMerchantId='',wxPayKey='',openAppId='';";
+		Yii::$app->db->createCommand($sql)->execute($sql);
+
 	}
 
 	//数据迁移 shish 2020.1.12
+	//./yii upgrade/sync
 	public function actionSync()
 	{