提交 e97038ed authored 作者: czq's avatar czq

czq

上级 a653b43c
...@@ -184,7 +184,7 @@ public class InspectController { ...@@ -184,7 +184,7 @@ public class InspectController {
马晨俊运算结束 马晨俊运算结束
*/ */
System.out.println(JSON.toJSONString(inspect)); System.out.println(JSON.toJSONString(inspect));
if(inspect.getRecastMethod()==1 &&inspect.getLanguage()!=1){ if(inspect.getRecastMethod()==1 &&(inspect.getLanguage()!=1||inspect.getLanguage()==2)){
return ResponseEntity.ok(500); return ResponseEntity.ok(500);
} }
/* /*
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论