|
@@ -162,7 +162,7 @@ public class ExeclReadEquipStaticInfoUtil {
|
|
|
for (int x = 0; x < dataSource.size(); x++) {
|
|
|
JSONObject dataObj = (JSONObject) dataSource.get(x);
|
|
|
String code = dataObj.get("code").toString();
|
|
|
- if (dataStr.equals(code)) {
|
|
|
+ if (dataStr.toString().equals(code)) {
|
|
|
obj.put("data", dataObj.get("name"));
|
|
|
}
|
|
|
}
|