...
|
...
|
@@ -68,7 +68,7 @@ public class TkInspectionRecordController extends BaseController { |
68
|
68
|
queryMap.put("recordResult", recordResult);
|
69
|
69
|
}
|
70
|
70
|
|
71
|
|
- if (recordResult != null) {
|
|
71
|
+ if (StringUtils.isNotBlank(deviceId)) {
|
72
|
72
|
queryMap.put("deviceId", deviceId);
|
73
|
73
|
}
|
74
|
74
|
|
...
|
...
|
|