fix: add p.id to SELECT for sqlPaging default ORDER BY id
This commit is contained in:
parent
da88b99ca1
commit
cd69111655
@ -19,6 +19,7 @@ ns['base_discountid'] = '_HeaX_-9nOg5kEW3qNVCg'
|
||||
|
||||
sql = '''
|
||||
SELECT
|
||||
p.id,
|
||||
p.id as productid,
|
||||
p.product_code,
|
||||
p.product_name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user