|
|
|
@ -309,7 +309,8 @@ public class ZbdcModel {
|
|
|
|
|
String xx_kx, String xx_yq, String xx_ms,
|
|
|
|
|
String cz_wl, String cz_hx, String cz_sw, String cz_yq, String cz_ms,
|
|
|
|
|
String gz_wl, String gz_hx, String gz_sw, String gz_yq, String gz_ms,
|
|
|
|
|
String xx_ldjy, String cz_ldjy
|
|
|
|
|
String xx_ldjy, String cz_ldjy,
|
|
|
|
|
String xx_ldjy_values, String cz_ldjy_values
|
|
|
|
|
) {
|
|
|
|
|
String sql = "select * from t_zbdc_bureau_cgzb where year=? and bureau_id=?";
|
|
|
|
|
Record record = Db.findFirst(sql, year, bureau_id);
|
|
|
|
@ -586,6 +587,8 @@ public class ZbdcModel {
|
|
|
|
|
|
|
|
|
|
r.set("xx_ldjy", xx_ldjy);//小学劳动教育
|
|
|
|
|
r.set("cz_ldjy", cz_ldjy);//初中劳动教育
|
|
|
|
|
r.set("xx_ldjy_values",xx_ldjy_values);
|
|
|
|
|
r.set("cz_ldjy_values",cz_ldjy_values);
|
|
|
|
|
|
|
|
|
|
if (record == null) {
|
|
|
|
|
Db.save("t_zbdc_bureau_cgzb", "year,bureau_id", r);
|
|
|
|
|