Commit 94242187 authored by Quxl's avatar Quxl

x

parent fe6353ab
......@@ -78,7 +78,7 @@ public class WebUtilController {
String[] strs = enroll_type_name_other.split(",");
for(String str : strs) {
if(Integer.valueOf(str).intValue() == 1) {
objList.add(new Object[] {(enroll_type_name_other + ",6"), id});
objList.add(new Object[] {(enroll_type_name_other + ",8"), id});
break;
}
}
......
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