904118851 2 maanden geleden
bovenliggende
commit
39bb310377
4 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. BIN
      dump.rdb
  2. BIN
      src/api/hy/qr.gif
  3. BIN
      src/api/hy/qr_resized.gif
  4. 1 1
      tools.js

BIN
dump.rdb


BIN
src/api/hy/qr.gif


BIN
src/api/hy/qr_resized.gif


+ 1 - 1
tools.js

@@ -274,7 +274,7 @@ class tools {
                 multipleStatements: true
             });
             const [rows] = await connection.execute(
-                `SELECT * FROM video_applet_product_${butler_id} WHERE product_id = ${product_id} AND main_id = ${main_id}  LIMIT 1`
+                `SELECT * FROM video_applet_product_${butler_id} WHERE product_id = '${product_id}' AND main_id = ${main_id}  LIMIT 1`
             );
        
             if(rows.length<=0){