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