|
@@ -375,8 +375,8 @@ public class CqCbdDeviceImpl extends DeviceAbstractImpl implements ICbdDevice {
|
|
|
if (!isCbd) {
|
|
if (!isCbd) {
|
|
|
return "暂不处理吸虫塔设备";
|
|
return "暂不处理吸虫塔设备";
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- jsonObject = makeTestData(jsonObject);
|
|
|
|
|
|
|
+ // 测试数据
|
|
|
|
|
+// jsonObject = makeTestData(jsonObject);
|
|
|
|
|
|
|
|
String cbdimgAddr = jsonObject.getString("Image");
|
|
String cbdimgAddr = jsonObject.getString("Image");
|
|
|
if (StringUtils.isEmpty(cbdimgAddr)) {
|
|
if (StringUtils.isEmpty(cbdimgAddr)) {
|