@@ -128,7 +128,7 @@
<if test="status != null">
and matInfo.status = #{status}
</if>
- <if test="userId! = null">
+ <if test="userId != null and userId != ''">
and matInfo.user_id = #{userId}
<if test="code! = null">