|
@@ -92,9 +92,9 @@ public class InnerController extends BaseController {
|
|
if(rtkInfo == null){
|
|
if(rtkInfo == null){
|
|
throw new BusinessException(ResultCode.RTK_SN_CODE_NOT_EXIT);
|
|
throw new BusinessException(ResultCode.RTK_SN_CODE_NOT_EXIT);
|
|
}
|
|
}
|
|
- if(rtkInfo.getStatus() == 0){
|
|
|
|
- throw new BusinessException(ResultCode.RTK_SN_CODE_NOT_AC);
|
|
|
|
- }
|
|
|
|
|
|
+// if(rtkInfo.getStatus() == 0){
|
|
|
|
+// throw new BusinessException(ResultCode.RTK_SN_CODE_NOT_AC);
|
|
|
|
+// }
|
|
return ResultData.ok(rtkInfo);
|
|
return ResultData.ok(rtkInfo);
|
|
}
|
|
}
|
|
}
|
|
}
|