|
|
@@ -965,6 +965,9 @@ UPDATE `xhAdmin` SET id=18529,merchantId=12359,roleId=684 WHERE id=3;
|
|
|
UPDATE `xhAdmin` SET id=18528,merchantId=12358,roleId=683 WHERE id=1;";
|
|
|
Yii::$app->db->createCommand($sql)->execute();
|
|
|
|
|
|
+ $sql = "update xhMerchant set adminId=18528 where id=12358;update xhMerchant set adminId=18529 where id=12359;update xhMerchant set adminId=18530 where id=12360;update xhMerchant set adminId=18531 where id=12361;";
|
|
|
+ Yii::$app->db->createCommand($sql)->execute();
|
|
|
+
|
|
|
$password = password_hash('glhs610000', PASSWORD_BCRYPT);
|
|
|
$confirmPassword = password_hash('454588', PASSWORD_BCRYPT);
|
|
|
$sql = "update `xhAdmin` set password='{$password}',confirmPassword='{$confirmPassword}' where id=18528";
|