浏览代码

查询bug修复

luoshi 1 年之前
父节点
当前提交
0f2cbe906e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/LlmOrgConfigMapper.xml

+ 1 - 1
src/main/resources/mapper/LlmOrgConfigMapper.xml

@@ -11,7 +11,7 @@
             <if test="orgCode != null">
                 and g.code=#{orgCode}
             </if>
-            <if test="nameStartWith != null">
+            <if test="orgNameStartWith != null">
                 and g.name like concat(#{orgNameStartWith},'%')
             </if>
             <if test="appType != null">