Showing
1 changed file
with
1 additions
and
1 deletions
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | select * from ( | 46 | select * from ( |
47 | select id, skup, storage_id, price | 47 | select id, skup, storage_id, price |
48 | from bid_storage_price | 48 | from bid_storage_price |
49 | - where status = 1 and product_id = #{productId} and attribute = 1 | 49 | + where status = 10 and product_id = #{productId} and attribute = 1 |
50 | order by storage_id, price DESC limit 1000000 | 50 | order by storage_id, price DESC limit 1000000 |
51 | ) a group by storage_id | 51 | ) a group by storage_id |
52 | 52 |
-
Please register or login to post a comment