diff --git a/Report/047特殊教育学校专任教师学历、专业技术职务情况.rpx b/Report/047特殊教育学校专任教师学历、专业技术职务情况.rpx new file mode 100644 index 00000000..83538185 Binary files /dev/null and b/Report/047特殊教育学校专任教师学历、专业技术职务情况.rpx differ diff --git a/Report/048特殊教育学校办学条件(一).rpx b/Report/048特殊教育学校办学条件(一).rpx new file mode 100644 index 00000000..9de24f2a Binary files /dev/null and b/Report/048特殊教育学校办学条件(一).rpx differ diff --git a/Report/049特殊教育学校办学条件(二).rpx b/Report/049特殊教育学校办学条件(二).rpx new file mode 100644 index 00000000..c19d61d6 Binary files /dev/null and b/Report/049特殊教育学校办学条件(二).rpx differ diff --git a/ReportSQL/047特殊教育学校专任教师学历、专业技术职务情况 .txt b/ReportSQL/047特殊教育学校专任教师学历、专业技术职务情况 .txt new file mode 100644 index 00000000..1b05241d --- /dev/null +++ b/ReportSQL/047特殊教育学校专任教师学历、专业技术职务情况 .txt @@ -0,0 +1,15 @@ +--did +--总 计1 +--女2 +--受过特教专业培训3 + + +SELECT sbr.organizationNo ,3 as schoolTypeGroupNo,'三、特殊教育' as schoolTypeGroup,0 as schoolTypeGroupNo2,'' as schoolTypeGroup2 ,sbr.businessTypeNo,sbr.businessType +, sbr.isCount, sum( e+f+g+h+i) as jzgNo,sum(e) as teacherNo,sum(e),sum(f), sum(g), sum(h), sum(i), sum(j),sum(i) +, sum(j),sum(k),sum(l),sum(m),sum(n),sum(o),did +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J425 as j on j.instanceid =it.instanceid and j.did in (1,2,3) +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('511','512','513','514') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +group by sbr.organizationNo,sbr.businessTypeNo,sbr.businessType ,sbr.isCount,did +order by sbr.businessTypeNo; \ No newline at end of file diff --git a/ReportSQL/048特殊教育学校办学条件(一) .txt b/ReportSQL/048特殊教育学校办学条件(一) .txt new file mode 100644 index 00000000..21cdd040 --- /dev/null +++ b/ReportSQL/048特殊教育学校办学条件(一) .txt @@ -0,0 +1,35 @@ +--did +--一、教学及辅助用房 sum(5-9) +--普通教室 5 +--专用教室 6 +--实验室 7 +--微机室 8 +--图书室 9 +--二、行政办公用房10 +--其中:教师办公室 11 +--三、生活用房 12 +--四、其他用房 13 + + +SELECT sbr.organizationNo ,1 as schoolTypeGroupNo,'一、高中阶段' as schoolTypeGroup,1 as schoolTypeGroupNo2,'(一)普通高中' as schoolTypeGroup2 ,sbr.businessTypeNo,sbr.businessType +,sbr.citycountrytypeno ,sbr.cityCountryGroup +, sbr.isCount , sum(F + G + H + I) as xiaosheNo,did +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J513 as j on j.instanceid =it.instanceid and ( did between 4 and 13) +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('511','512','513','514') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +group by sbr.organizationNo,sbr.businessTypeNo,sbr.businessType ,sbr.isCount,sbr.citycountrytypeno ,sbr.cityCountryGroup,did +order by sbr.businessTypeNo; + +--did +--2、危房 +--3、新增 +SELECT sbr.organizationNo ,1 as schoolTypeGroupNo,'一、高中阶段' as schoolTypeGroup,1 as schoolTypeGroupNo2,'(一)普通高中' as schoolTypeGroup2 ,sbr.businessTypeNo,sbr.businessType +,sbr.citycountrytypeno ,sbr.cityCountryGroup +, sbr.isCount , sum(F + G + H + I) as xiaosheNo,did +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J513 as j on j.instanceid =it.instanceid and ( did in (2,3)) +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('511','512','513','514') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +group by sbr.organizationNo,sbr.businessTypeNo,sbr.businessType ,sbr.isCount,sbr.citycountrytypeno ,sbr.cityCountryGroup,did +order by sbr.businessTypeNo; \ No newline at end of file diff --git a/ReportSQL/049特殊教育学校办学条件(二) .txt b/ReportSQL/049特殊教育学校办学条件(二) .txt new file mode 100644 index 00000000..714b60ca --- /dev/null +++ b/ReportSQL/049特殊教育学校办学条件(二) .txt @@ -0,0 +1,10 @@ + + +SELECT sbr.organizationNo ,3 as schoolTypeGroupNo,'三、特殊教育' as schoolTypeGroup,0 as schoolTypeGroupNo2,'' as schoolTypeGroup2 ,sbr.businessTypeNo,sbr.businessType +, sbr.isCount,sum(d), sum(e),sum(f), sum(g) +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J521 as j on j.instanceid =it.instanceid and j.did in (1) +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('511','512','513','514') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +group by sbr.organizationNo,sbr.businessTypeNo,sbr.businessType ,sbr.isCount,did +order by sbr.businessTypeNo;