diff --git a/Report/031初中专任教师专业技术职务、年龄结构情况.rpx b/Report/031初中专任教师专业技术职务、年龄结构情况.rpx index 6151731b..d53f2fe6 100644 Binary files a/Report/031初中专任教师专业技术职务、年龄结构情况.rpx and b/Report/031初中专任教师专业技术职务、年龄结构情况.rpx differ diff --git a/Report/037小学学校教职工数.rpx b/Report/037小学学校教职工数.rpx new file mode 100644 index 00000000..cbe3b152 Binary files /dev/null and b/Report/037小学学校教职工数.rpx differ diff --git a/ReportSQL/031初中专任教师专业技术职务、年龄结构情况.txt b/ReportSQL/031初中专任教师专业技术职务、年龄结构情况.txt index 3cbfeca2..4f621f66 100644 --- a/ReportSQL/031初中专任教师专业技术职务、年龄结构情况.txt +++ b/ReportSQL/031初中专任教师专业技术职务、年龄结构情况.txt @@ -12,7 +12,7 @@ SELECT sbr.organizationNo ,2 as schoolTypeGroupNo,'二、义务教育' as schoo from schoolBusinessRelation sbr inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno inner join J422 as j on j.instanceid =it.instanceid and j.did in (13,14,15,16,17,18) -where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('311','312','321') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('311','312','321','341','345') 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.ownertypeno ,sbr.ownerTypeGroup ,sbr.citycountrytypeno ,sbr.cityCountryGroup,sbr.structureType,sbr.populationGroup,sbr .isnation ,sbr.isCount order by sbr.businessTypeNo; diff --git a/ReportSQL/037小学学校教职工数 .txt b/ReportSQL/037小学学校教职工数 .txt new file mode 100644 index 00000000..184220fb --- /dev/null +++ b/ReportSQL/037小学学校教职工数 .txt @@ -0,0 +1,32 @@ +--全体 +SELECT sbr.organizationNo ,2 as schoolTypeGroupNo,'二、义务教育' as schoolTypeGroup,1 as schoolTypeGroupNo2,'(一)小学' as schoolTypeGroup2 ,sbr.businessTypeNo,'小学' as businessType +,case when sbr.businessTypeNo='218' then 0 else 1 end as isCount +,sbr.ownertypeno ,sbr.ownerTypeGroup ,sbr.citycountrytypeno ,sbr.cityCountryGroup,sbr.structureType,sbr.populationGroup,sbr .isnation +, sum( e+f+g+h+i) as jzgNo, sum(e) as teacherNo,sum(f) as teacherNo2,sum(g) as teacherNo3,sum(h) as teacherNo4,sum(i) as teacherNo5,sum(j) as teacherNo6,sum(k) as teacherNo7 +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J412 as j on j.instanceid =it.instanceid and j.did =1 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('211','218') 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.ownertypeno ,sbr.ownerTypeGroup ,sbr.citycountrytypeno ,sbr.cityCountryGroup,sbr.structureType,sbr.populationGroup,sbr .isnation +order by sbr.businessTypeNo; +--女教师 +SELECT sum( e+f+g+h+i) as jzgNo, sum(e) as teacherNo,sum(f) as teacherNo2,sum(g) as teacherNo3,sum(h) as teacherNo4,sum(i) as teacherNo5,sum(j) as teacherNo6,sum(k) as teacherNo7 +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J412 as j on j.instanceid =it.instanceid and j.did =2 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('211','218') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +; +--少数民族 +SELECT sum( e+f+g+h+i) as jzgNo, sum(e) as teacherNo,sum(f) as teacherNo2,sum(g) as teacherNo3,sum(h) as teacherNo4,sum(i) as teacherNo5,sum(j) as teacherNo6,sum(k) as teacherNo7 +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J412 as j on j.instanceid =it.instanceid and j.did =3 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('211','218') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +; +--在编 +SELECT sum( e+f+g+h+i) as jzgNo, sum(e) as teacherNo,sum(f) as teacherNo2,sum(g) as teacherNo3,sum(h) as teacherNo4,sum(i) as teacherNo5,sum(j) as teacherNo6,sum(k) as teacherNo7 +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J412 as j on j.instanceid =it.instanceid and j.did =4 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('211','218') and sbr.isLastYearCancel =0 and sbr.recordyear =2019 and it.recordyear =2019 and j.recordyear =2019 +;