yumeng 4 سال پیش
والد
کامیت
79536c6971
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/MaterialInfoMapper.xml

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/mapper/xml/MaterialInfoMapper.xml

@@ -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>
         <if test="materialName != null">