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