@@ -52,7 +52,7 @@
<if test="state != null">
AND state = #{state}
</if>
- <if test="user_id != null">
+ <if test="userId != null">
AND user_id = #{userId}
</where>