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(24578,24579,24603,24604,24605,24606,24632,24633,24634,24635,24683,24684,24' 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 15:19:27'
                                AND dr.end_time > '2024-04-27 15:19:27'
                                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(24578,24579,24603,24604,24605,24606,24632,24633,24634,24635,24683,24684,24688,24689,24690,24691,24692,24693,24694,24695,24696,24697,24698,32524,32525,32526,32527,32528,32537,32540,33264,33265,33267,33269,33271,33272,33273,33274,33275,33287,33289,53728,53729,55669,55670,55687,55688,55689,55690,55692,55693,55694,55695,56059,56060,56062,56063,56064,56065,56066,56067,57933,57934,57935,57936,57937,57938,57939,57940,57941,57942,57943,57944,57945,58770,58771,59568,59570,59571,59573,60258,61001,61002,61160,61161,61162,61163,62493,62495,62504,62509,62510,62522,62523,63276,63407,63408,63409,63410,63411,63412,63413,63414,63415,63455,63456,63457,63458,63459,63460,63461,64106,64107,64108,64109,64110,65263,65264,65658,66102,66103,66104,66105,66106,66377,66506,66553,66574,67675,68696,68697)