diff --git a/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml b/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml index dbc19dcd5..828ba4455 100644 --- a/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml +++ b/cash-service/product-service/src/main/resources/mapper/ProductMapper.xml @@ -153,6 +153,10 @@ #{item} + or t1.sync_id in + + #{item} + order by t1.sort desc,t1.id desc