|
@@ -1201,6 +1201,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
throw new CustomException("解析错误");
|
|
throw new CustomException("解析错误");
|
|
}
|
|
}
|
|
|
|
+ log.info("学时抽查pars:"+pars);
|
|
Map<String, String> split = Splitter.on("&").withKeyValueSeparator("=").split(pars);
|
|
Map<String, String> split = Splitter.on("&").withKeyValueSeparator("=").split(pars);
|
|
String idCard = split.get("idnum");
|
|
String idCard = split.get("idnum");
|
|
String datetime = split.get("datetime");
|
|
String datetime = split.get("datetime");
|