username@email.com
2024-04-02 80563aa6ff88d3ea140b069af087ef8d4dbfcd0b
CoreCms.Net.Services/Shop/CoreCmsPagesServices.cs
@@ -430,7 +430,7 @@
                                }
                                limit = limit > 0 ? limit : 10;
                                var goods = await _goodsServices.QueryListByComponentsAsync(where, limit, " sort desc,id desc ", true, true, 60);
                                var goods = await _goodsServices.QueryListByComponentsAsync(where, limit, " sort asc,id asc ", true, true, 60);
                                if (goods != null && goods.Any())
                                {
                                    var result = JArray.FromObject(goods);