String jobtype = new String(jobType.getBytes("ISO-8859-1"), "UTF-8");
String jobstate = new String(jobState.getBytes("ISO-8859-1"), "UTF-8");
jobtype和jobstate是后台传入的数据
String jobstate = new String(jobState.getBytes("ISO-8859-1"), "UTF-8");
jobtype和jobstate是后台传入的数据