An exception occurred in shop's script

  • Error type: MySQL Error
  • Source, line: Parser::tws_shop_topic[1289]
  • Error message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'id IN(6316,6317,6318,6319,6320,6321,6322,6323,6324,6325,6341,6348,6349,6350,6351' at line 23
 SELECT DISTINCT id
                        FROM (
                            SELECT s.id
                            FROM ms_store s, ms_topic_store ts
                            WHERE s.no_visible=0
                                AND s.kind_key = 'kDefault'
                                AND s.price2 > s.price
                                AND s.price > 0
                                AND ts.store_id = s.id
                            UNION ALL
                            SELECT s.id
                            FROM ms_store s
                                JOIN ms_topic_store ts ON s.id = ts.store_id   
                                JOIN ms_disc_group dg ON s.disc_group_id = dg.id  
                                JOIN ms_disc_rate dr ON dr.group_id = dg.id
                            WHERE dr.kind_key = 'kOrder'
                                AND dr.from_sum = 0
                                AND dr.begin_time < '2024-04-27 08:57:24'
                                AND dr.end_time > '2024-04-27 08:57:24'
                                AND (s.price - (s.price / 100 * dr.disc_proc)) < s.price
                                AND s.no_visible = 0
                                AND s.kind_key = 'kDefault' 
                        ) AS tblWHERE id IN(6316,6317,6318,6319,6320,6321,6322,6323,6324,6325,6341,6348,6349,6350,6351,10230,10232,10237,10238,10239,10244,10245,10246,32628,32629,32630,32631,32632,32633,32634,32635,32636,32637,33608,33609,33610,33611,33612,51729,52647,52648,52649,52650,52651,52652,54679,58940,58941,58942,58943,58944,58945,58946,58947,60984,60985,61894,62203,62204,62205)