@@ -141,6 +141,7 @@
</if>
<if test="CorpsDesc.adminProfiles!=null and CorpsDesc.adminProfiles != ''">
and admin_profiles like CONCAT(CONCAT('%', #{CorpsDesc.adminProfiles}), '%')
+ AND admin_profiles = ''
<if test="CorpsDesc.creditGrant!=null">
and credit_grant = #{CorpsDesc.creditGrant}