|
|
@ -81,7 +81,7 @@
|
|
|
|
resultType="com.ruoyi.programManagement.entity.request.BAdministrativeTreeRequest">
|
|
|
|
resultType="com.ruoyi.programManagement.entity.request.BAdministrativeTreeRequest">
|
|
|
|
SELECT DISTRICT_NAME as institutionName,DISTRICT_CODE as subdistrict,PARENT_CODE as county
|
|
|
|
SELECT DISTRICT_NAME as institutionName,DISTRICT_CODE as subdistrict,PARENT_CODE as county
|
|
|
|
FROM `szs_administrative_division`
|
|
|
|
FROM `szs_administrative_division`
|
|
|
|
where DISTRICT_CODE like '%3205%' and DISTRICT_NAME !='苏州市'
|
|
|
|
where PARENT_CODE = '320500'
|
|
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="selectcascadingSelectDataList"
|
|
|
|
<select id="selectcascadingSelectDataList"
|
|
|
@ -89,7 +89,7 @@
|
|
|
|
SELECT DISTRICT_NAME as institutionName, DISTRICT_CODE as subdistrict, PARENT_CODE as county
|
|
|
|
SELECT DISTRICT_NAME as institutionName, DISTRICT_CODE as subdistrict, PARENT_CODE as county
|
|
|
|
FROM `szs_administrative_division`
|
|
|
|
FROM `szs_administrative_division`
|
|
|
|
where DISTRICT_CODE like '%3205%'
|
|
|
|
where DISTRICT_CODE like '%3205%'
|
|
|
|
and DISTRICT_NAME !='苏州市'
|
|
|
|
and DISTRICT_NAME !='苏州市' and PARENT_CODE != '320500'
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insertSzsAdministrativeDivision" parameterType="SzsAdministrativeDivision">
|
|
|
|
<insert id="insertSzsAdministrativeDivision" parameterType="SzsAdministrativeDivision">
|
|
|
|