|
|
|
@ -303,7 +303,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(xx_kx)) {
|
|
|
|
|
//小学科学
|
|
|
|
|
xx_kx = Base64.decodeStr(xx_kx).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(xx_kx, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("xx_kx",xx_kx, year, bureau_id);
|
|
|
|
|
xx_kxsysshshu = res.getInt("sysshshu");
|
|
|
|
|
xx_kxqqrshshu = res.getInt("qqrshshu");
|
|
|
|
|
xx_kxzbrshshu = res.getInt("zbrshshu");
|
|
|
|
@ -317,7 +317,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(xx_yq)) {
|
|
|
|
|
// 小学音乐
|
|
|
|
|
xx_yq = Base64.decodeStr(xx_yq).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(xx_yq, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("xx_yq",xx_yq, year, bureau_id);
|
|
|
|
|
xx_yqjtrshshu = res.getInt("jtrshu");
|
|
|
|
|
xx_yqjtrmj = res.getFloat("jtrmj");
|
|
|
|
|
}
|
|
|
|
@ -327,7 +327,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(xx_ms)) {
|
|
|
|
|
//小学美术
|
|
|
|
|
xx_ms = Base64.decodeStr(xx_ms).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(xx_ms, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("xx_ms",xx_ms, year, bureau_id);
|
|
|
|
|
xx_msjtrshshu = res.getInt("jtrshu");
|
|
|
|
|
xx_msfsjtrshshu = res.getInt("fsjtrshu"); //普通教室,书法教室
|
|
|
|
|
xx_msjtrmj = res.getFloat("jtrmj");
|
|
|
|
@ -341,7 +341,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(cz_wl)) {
|
|
|
|
|
//初中物理
|
|
|
|
|
cz_wl = Base64.decodeStr(cz_wl).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(cz_wl, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("cz_wl",cz_wl, year, bureau_id);
|
|
|
|
|
cz_wllshshshu = res.getInt("sysshshu");
|
|
|
|
|
cz_wllyqshshu = res.getInt("qqrshshu");
|
|
|
|
|
cz_wllzbrshshu = res.getInt("zbrshshu");
|
|
|
|
@ -359,7 +359,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(cz_hx)) {
|
|
|
|
|
//初中化学
|
|
|
|
|
cz_hx = Base64.decodeStr(cz_hx).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(cz_hx, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("cz_hx",cz_hx, year, bureau_id);
|
|
|
|
|
cz_hxlshshshu = res.getInt("sysshshu");
|
|
|
|
|
cz_hxyqshshu = res.getInt("qqrshshu");
|
|
|
|
|
cz_hxzbrshshu = res.getInt("zbrshshu");
|
|
|
|
@ -377,7 +377,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(cz_sw)) {
|
|
|
|
|
//初中生物
|
|
|
|
|
cz_sw = Base64.decodeStr(cz_sw).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(cz_sw, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("cz_sw",cz_sw, year, bureau_id);
|
|
|
|
|
cz_swlshshshu = res.getInt("sysshshu");
|
|
|
|
|
cz_swyqshshu = res.getInt("qqrshshu");
|
|
|
|
|
cz_swzbrshshu = res.getInt("zbrshshu");
|
|
|
|
@ -393,7 +393,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(cz_yq)) {
|
|
|
|
|
//初中音乐
|
|
|
|
|
cz_yq = Base64.decodeStr(cz_yq).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(cz_yq, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("cz_yq",cz_yq, year, bureau_id);
|
|
|
|
|
cz_yqjtrshshu = res.getInt("jtrshu");
|
|
|
|
|
cz_yqjtrmj = res.getFloat("jtrmj");
|
|
|
|
|
}
|
|
|
|
@ -403,7 +403,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(cz_ms)) {
|
|
|
|
|
//初中美术
|
|
|
|
|
cz_ms = Base64.decodeStr(cz_ms).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(cz_ms, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("cz_ms",cz_ms, year, bureau_id);
|
|
|
|
|
cz_msjtrshshu = res.getInt("jtrshu");
|
|
|
|
|
cz_msfsjtrshshu = res.getInt("fsjtrshu"); //普通教室数量,书法教室数量
|
|
|
|
|
cz_msfsjtrmj = res.getFloat("jtrmj");
|
|
|
|
@ -418,7 +418,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(gz_wl)) {
|
|
|
|
|
//高中物理
|
|
|
|
|
gz_wl = Base64.decodeStr(gz_wl).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(gz_wl, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("gz_wl",gz_wl, year, bureau_id);
|
|
|
|
|
gz_wllshshshu = res.getInt("sysshshu");
|
|
|
|
|
gz_wllyqshshu = res.getInt("qqrshshu");
|
|
|
|
|
gz_wllzbrshshu = res.getInt("zbrshshu");
|
|
|
|
@ -437,7 +437,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(gz_hx)) {
|
|
|
|
|
//高中化学
|
|
|
|
|
gz_hx = Base64.decodeStr(gz_hx).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(gz_hx, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("gz_hx",gz_hx, year, bureau_id);
|
|
|
|
|
gz_hxlshshshu = res.getInt("sysshshu");
|
|
|
|
|
gz_hxyqshshu = res.getInt("qqrshshu");
|
|
|
|
|
gz_hxzbrshshu = res.getInt("zbrshshu");
|
|
|
|
@ -456,7 +456,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(gz_sw)) {
|
|
|
|
|
//高中生物
|
|
|
|
|
gz_sw = Base64.decodeStr(gz_sw).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(gz_sw, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("gz_sw",gz_sw, year, bureau_id);
|
|
|
|
|
gz_swlshshshu = res.getInt("sysshshu");
|
|
|
|
|
gz_swyqshshu = res.getInt("qqrshshu");
|
|
|
|
|
gz_swzbrshshu = res.getInt("zbrshshu");
|
|
|
|
@ -472,7 +472,7 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(gz_yq)) {
|
|
|
|
|
//高中音乐
|
|
|
|
|
gz_yq = Base64.decodeStr(gz_yq).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(gz_yq, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("gz_yq",gz_yq, year, bureau_id);
|
|
|
|
|
gz_yqjtrshshu = res.getInt("jtrshu");
|
|
|
|
|
gz_yqjtrmj = res.getFloat("jtrmj");
|
|
|
|
|
}
|
|
|
|
@ -483,33 +483,36 @@ public class ZbdcController extends Controller {
|
|
|
|
|
if (!StrKit.isBlank(gz_ms)) {
|
|
|
|
|
//高中美术
|
|
|
|
|
gz_ms = Base64.decodeStr(gz_ms).replace("\n", "");
|
|
|
|
|
Record res = zm.JxSave(gz_ms, year, bureau_id);
|
|
|
|
|
Record res = zm.JxSave("gz_ms",gz_ms, year, bureau_id);
|
|
|
|
|
gz_msjtrshshu = res.getInt("jtrshu");
|
|
|
|
|
gz_msjtrmj = res.getFloat("fsjtrmj");//普通教室面积,书法教室面积
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 保存
|
|
|
|
|
// 小学劳动教育
|
|
|
|
|
if (!StrKit.isBlank(xx_ldjy)) {
|
|
|
|
|
xx_ldjy = Base64.decodeStr(xx_ldjy).replace("\n", "");
|
|
|
|
|
zm.LdjySave("xx_ldjy",xx_ldjy, year, bureau_id);
|
|
|
|
|
}
|
|
|
|
|
// 初中劳动教育
|
|
|
|
|
if (!StrKit.isBlank(cz_ldjy)) {
|
|
|
|
|
cz_ldjy = Base64.decodeStr(cz_ldjy).replace("\n", "");
|
|
|
|
|
zm.LdjySave("cz_ldjy",cz_ldjy, year, bureau_id);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//小学创客
|
|
|
|
|
if (!StrKit.isBlank(xx_ck)) {
|
|
|
|
|
xx_ck = Base64.decodeStr(xx_ck).replace("\n", "");
|
|
|
|
|
zm.JxSave(xx_ck, year, bureau_id);
|
|
|
|
|
zm.JxSave("xx_ck",xx_ck, year, bureau_id);
|
|
|
|
|
}
|
|
|
|
|
//初中创客
|
|
|
|
|
if (!StrKit.isBlank(cz_ck)) {
|
|
|
|
|
cz_ck = Base64.decodeStr(cz_ck).replace("\n", "");
|
|
|
|
|
zm.JxSave(cz_ck, year, bureau_id);
|
|
|
|
|
zm.JxSave("cz_ck",cz_ck, year, bureau_id);
|
|
|
|
|
}
|
|
|
|
|
//高中创客
|
|
|
|
|
if (!StrKit.isBlank(gz_ck)) {
|
|
|
|
|
gz_ck = Base64.decodeStr(gz_ck).replace("\n", "");
|
|
|
|
|
zm.JxSave(gz_ck, year, bureau_id);
|
|
|
|
|
zm.JxSave("gz_ck",gz_ck, year, bureau_id);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
zm.saveCgzb(year, stage_id, bureau_id, bureau_name, school_type_name, xx_kxsysshshu,
|
|
|
|
|