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