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">