等级证修改考生考试信息
__LgZds5MVHW3o08T7UcX
__LgZds5MVHW3o08T7UcX
published
UTF-8
put
/exam/updateClassPersonInfo/{id}
json
=parseFloat(qualifiedGTheoryResult) && parseFloat(json.graduationOperationScore)>=parseFloat(qualifiedGOperationResult)){
Info.findItem("graduationTestResults").setValue(1);
}else{
Info.findItem("graduationTestResults").setValue(2);
}*/
Info.findItem("graduationTestResults").setValue(0);
Info.findItem("apptype").setValue(0);
process.doUpdate(Info);
result.put("msg", "success");
result.put("code", "0");
result.put("type", "update");
}else{
result.put("msg", "参数不能为空");
result.put("code", "-1");
result.put("type", "update");
}
return result;
}
})()]]>