@@ -22,7 +22,9 @@
OR u.userName LIKE CONCAT('%',#{name}, '%')
)
</if>
+ ORDER BY u.registerTime DESC
</select>
+
<select id="findProductList" resultType="com.caimei.model.vo.ProductVo">
select
cop.id as productId,