|
@@ -271,7 +271,7 @@ public class ApplyInfoServiceImpl extends BaseServiceImpl<Integer, ApplyInfo> im
|
|
|
//<subName>学员专业名称</subName>
|
|
|
CourseGroupInfo groupInfo = courseGroupInfoDao.get(applyInfo.getCourseId());
|
|
|
String subName = null;
|
|
|
- String[] subNames = groupInfo.getSubName().split(".");
|
|
|
+ String[] subNames = groupInfo.getSubName().split("\\.");
|
|
|
if(subNames != null){
|
|
|
subName = subNames.length==1?subNames[0]:subNames[1];
|
|
|
}
|