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