shish há 6 anos atrás
pai
commit
7a1f9c4453
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      console/controllers/UpgradeController.php

+ 5 - 0
console/controllers/UpgradeController.php

@@ -1101,6 +1101,11 @@ update xhMerchant set merchantName='花店宝' where id=12358;update xhShop set
 		$sql = "update xhAdmin set addTime=1583375880;update xhAdminRole set addTime=1583375880;";
 		Yii::$app->db->createCommand($sql)->execute();
 
+		$sql = "update xhShop set openTime='08:00-22:00',telephone='15280215347',lat='30.03974',long='120.88564',province='浙江省',city='绍兴市',address='浙江省绍兴市上虞区华维路68号' where in in(15682,15683);";
+		Yii::$app->db->createCommand($sql)->execute($sql);
+		$sql = "update xhShop set openTime='08:00-22:00',telephone='18030142050',lat='24.46886',long='118.10708',province='福建省',city='厦门市',address='福建省厦门市思明区后埭溪路128-5号' where in in(15681,15680);update xhShop set telephone='15280215347' where id=15681;";
+		Yii::$app->db->createCommand($sql)->execute($sql);
+
 	}
 
 	//数据迁移 shish 2020.1.12