Commit c97f4f50 authored by litengwei's avatar litengwei

遥测现场问题解决

parent 314cf33d
......@@ -752,23 +752,7 @@ public class InputItemController extends AbstractBaseController {
map.put("OkScore",param.getOkScore()!=null?param.getOkScore():0);
map.put("NoScore",param.getNoScore()!=null?param.getNoScore():0);
map.put("CheckType",param.getCheckType());
String inputClassify = "";
switch(param.getInputClassify()) {
case "WGJC":
inputClassify = "外观检查";
break;
case "GNCS":
inputClassify = "功能测试";
break;
case "HJJC":
inputClassify = "环境检查";
break;
case "QT":
inputClassify = "其他";
break;
default:
}
inputItem.setInputClassify(inputClassify);
inputItem.setInputClassify(param.getInputClassify());
inputItem.setDataJson(JSONObject.toJSONString(map));
}else if(param.getItemType().equals("选择")){
......
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