diff --git a/wwwroot/discount_setting/get_products_with_discount.dspy b/wwwroot/discount_setting/get_products_with_discount.dspy index 7324ff8..d08206f 100644 --- a/wwwroot/discount_setting/get_products_with_discount.dspy +++ b/wwwroot/discount_setting/get_products_with_discount.dspy @@ -46,7 +46,6 @@ LEFT JOIN discount_detail dd ON dd.productid = p.id LEFT JOIN discount_detail base_dd ON base_dd.productid = p.id AND base_dd.discountid = ${base_discountid}$ WHERE p.org_id = ${org_id}$ AND p.status = '1' -ORDER BY pc.name, p.product_name ''' debug(f'get_products_with_discount: org_id={user_orgid}, discountid={discountid}, dbname={dbname}, base_discountid={ns["base_discountid"]}')