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