diff --git a/wwwroot/discount_setting/get_products_with_discount.dspy b/wwwroot/discount_setting/get_products_with_discount.dspy index 2ccee47..432b35e 100644 --- a/wwwroot/discount_setting/get_products_with_discount.dspy +++ b/wwwroot/discount_setting/get_products_with_discount.dspy @@ -19,6 +19,7 @@ ns['base_discountid'] = '_HeaX_-9nOg5kEW3qNVCg' sql = ''' SELECT + p.id, p.id as productid, p.product_code, p.product_name,