Fix: maestro experience account type = 101

This commit is contained in:
2018-08-11 11:59:35 +09:00
parent a3bbeed499
commit e2c37b52d1
9 changed files with 62 additions and 13 deletions
@@ -39,7 +39,7 @@ function get_maestro_experience_id() {
$query = "
SELECT MaestroID
FROM moty_maestro
WHERE AccountType = 0
WHERE AccountType = 101
";
$stmt = $db_conn->prepare($query);
// $stmt->bind_param("s", $maestro_name);