Commit 86966448 authored by Quxl's avatar Quxl

x

parent 9114ba9e
......@@ -94,6 +94,7 @@ public class WebUtilController {
}
}
String enroll_type_name_other = (String)map.get("enroll_type_name_other");
if(StringUtil.isNotBlank(enroll_type_name_other)) {
String[] strs = enroll_type_name_other.split(",");
if(StringUtil.contains(strs, "1") && !StringUtil.contains(strs, "8")) {
List<String> othersList = new ArrayList<String>();
......@@ -112,6 +113,7 @@ public class WebUtilController {
objList.add(new Object[] {StringUtil.join(",", "", "", "", othersList), id});
}
}
}
if(enrolls.size() > 0) {
jdbcTemplate.batchSave(enrolls);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment