@@ -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 test="appType != null">
and c.app_type=#{appType}