@@ -643,7 +643,7 @@
group by t1.user_id) t
where 1 =1
<if test="userId != null and userId != ''">
- and t.user_id = #{userId}
+ and t.userId = #{userId}
</if>
order by t.orderNum desc
</select>