Ver código fonte

过期时间

shish 6 anos atrás
pai
commit
535d09447d
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      console/controllers/UpgradeController.php

+ 4 - 0
console/controllers/UpgradeController.php

@@ -1124,6 +1124,10 @@ update xhMerchant set merchantName='花店宝' where id=12358;update xhShop set
 			Yii::$app->db->createCommand($sql)->execute($sql);
 			Yii::$app->db->createCommand($sql)->execute($sql);
 		}
 		}
 
 
+		//设置过期时间
+		$sql = "update xhMerchant set setDeadline=1583648639";
+		Yii::$app->db->createCommand($sql)->execute($sql);
+
 	}
 	}
 
 
 	//数据迁移 shish 2020.1.12
 	//数据迁移 shish 2020.1.12