diff --git a/xkt/src/main/resources/mapper/StoreProductColorMapper.xml b/xkt/src/main/resources/mapper/StoreProductColorMapper.xml
index c348c6d4a..df4a0ce89 100644
--- a/xkt/src/main/resources/mapper/StoreProductColorMapper.xml
+++ b/xkt/src/main/resources/mapper/StoreProductColorMapper.xml
@@ -56,7 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and sp.prod_cate_id = #{prodCateId}
and sp.private_item = #{privateItem}
ORDER BY
- spc.create_time DESC
+ spc.id DESC