diff --git a/Report/053幼儿园园长、专任教师学历、专业技术职务情况.rpx b/Report/053幼儿园园长、专任教师学历、专业技术职务情况.rpx new file mode 100644 index 00000000..2ff8d86f Binary files /dev/null and b/Report/053幼儿园园长、专任教师学历、专业技术职务情况.rpx differ diff --git a/Report/055幼儿园办学条件(二).rpx b/Report/055幼儿园办学条件(二).rpx new file mode 100644 index 00000000..f34677dc Binary files /dev/null and b/Report/055幼儿园办学条件(二).rpx differ diff --git a/ReportSQL/053幼儿园园长、专任教师学历、专业技术职务情况 .txt b/ReportSQL/053幼儿园园长、专任教师学历、专业技术职务情况 .txt new file mode 100644 index 00000000..f3d73470 --- /dev/null +++ b/ReportSQL/053幼儿园园长、专任教师学历、专业技术职务情况 .txt @@ -0,0 +1,24 @@ +--did +--1 院长 +--2 专任教师 +SELECT sbr.organizationNo ,5 as schoolTypeGroupNo,'五、学前教育' as schoolTypeGroup,0 as schoolTypeGroupNo2,'' as schoolTypeGroup2,sbr.businessTypeNo,sbr.businessType +,sbr.ownertypeno ,sbr.ownerTypeGroup ,sbr.citycountrytypeno ,sbr.cityCountryGroup,sbr.structureType,sbr.populationGroup,sbr .isnation +,sbr.isCount,sum( e+f+g+h+i+j+k+l+m+n+o) as jzgNo +,sum(e) ,sum(f) ,sum(g) ,sum(h) ,sum(i) ,sum(j) ,sum(k) ,sum(l) ,sum(m) ,sum(n) ,sum(o) +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J4211 as j on j.instanceid =it.instanceid and j.did =1 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('111') 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 sbr.organizationNo ,5 as schoolTypeGroupNo,'五、学前教育' as schoolTypeGroup,0 as schoolTypeGroupNo2,'' as schoolTypeGroup2,sbr.businessTypeNo,sbr.businessType +,sbr.ownertypeno ,sbr.ownerTypeGroup ,sbr.citycountrytypeno ,sbr.cityCountryGroup,sbr.structureType,sbr.populationGroup,sbr .isnation +,sbr.isCount,sum( e+f+g+h+i+j+k+l+m+n+o) as jzgNo +,sum(e) ,sum(f) ,sum(g) ,sum(h) ,sum(i) ,sum(j) ,sum(k) ,sum(l) ,sum(m) ,sum(n) ,sum(o) +from schoolBusinessRelation sbr +inner join instanceTable it on sbr.organizationNo =it.organizationNo and sbr.businesstypeno =it.businesstypeno +inner join J4211 as j on j.instanceid =it.instanceid and j.did =2 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('111') 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; \ No newline at end of file diff --git a/ReportSQL/055幼儿园办学条件(二) .txt b/ReportSQL/055幼儿园办学条件(二) .txt new file mode 100644 index 00000000..0684539d --- /dev/null +++ b/ReportSQL/055幼儿园办学条件(二) .txt @@ -0,0 +1,10 @@ + +SELECT sbr.organizationNo ,5 as schoolTypeGroupNo,'五、学前教育' as schoolTypeGroup,0 as schoolTypeGroupNo2,'' as schoolTypeGroup2,sbr.businessTypeNo,sbr.businessType +,sbr.citycountrytypeno ,sbr.cityCountryGroup +, sbr.isCount , sum(d) as d,sum(e) as e, sum(f) as f,sum(g) as g , sum(h) as h,sum(i) as i, sum(j) as j,sum(k) as k +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 +where sbr.gatherRegionB ='长春市' and sbr.businessTypeNo in('111') 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 +order by sbr.businessTypeNo; \ No newline at end of file