Browse Source

查询bug修复

luoshi 1 năm trước cách đây
mục cha
commit
2a80b8ff99
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/LlmOrgConfigMapper.xml

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

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