|
@@ -323,6 +323,9 @@
|
|
FROM sys_institution
|
|
FROM sys_institution
|
|
where ins_parent_code = #{insParentCode};
|
|
where ins_parent_code = #{insParentCode};
|
|
</select>
|
|
</select>
|
|
|
|
+ <!-- <if test="isSj != null and isSj!='' ">
|
|
|
|
+ and INS_CATEGORY !='3'
|
|
|
|
+ </if>-->
|
|
<select id="getSysInstitutionByOryCateGory" parameterType="SysInstitution" resultMap="BaseResultMap">
|
|
<select id="getSysInstitutionByOryCateGory" parameterType="SysInstitution" resultMap="BaseResultMap">
|
|
SELECT INS_ID,INS_CODE,INS_NAME, ins_parent_code
|
|
SELECT INS_ID,INS_CODE,INS_NAME, ins_parent_code
|
|
from sys_institution
|
|
from sys_institution
|
|
@@ -331,9 +334,6 @@
|
|
<if test="insCategory != null and insCategory!='' ">
|
|
<if test="insCategory != null and insCategory!='' ">
|
|
and INS_CATEGORY = #{insCategory}
|
|
and INS_CATEGORY = #{insCategory}
|
|
</if>
|
|
</if>
|
|
- <if test="isSj != null and isSj!='' ">
|
|
|
|
- and INS_CATEGORY !='3'
|
|
|
|
- </if>
|
|
|
|
<!--条件-->
|
|
<!--条件-->
|
|
<if test="appId != null and appId!='' ">
|
|
<if test="appId != null and appId!='' ">
|
|
and APP_ID =#{appId}
|
|
and APP_ID =#{appId}
|