浏览代码

Merge remote-tracking branch 'origin/master'

Joburgess 4 年之前
父节点
当前提交
7f66c9f6cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/InspectionItemPlanMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/InspectionItemPlanMapper.xml

@@ -164,7 +164,7 @@
                 <![CDATA[AND iip.plan_start_ <= #{endTime}]]>
             </if>
             <if test="search != null">
-                AND mg.name LIKE CONCAT('%', #{search}, '%')
+                AND mg.name_ LIKE CONCAT('%', #{search}, '%')
             </if>
         </where>
     </sql>