|
|
@@ -52,6 +52,8 @@ public class IIotCbdCommService extends IotDeviceBaseServiceImpl implements IotD
|
|
|
Class tableClass = null;
|
|
|
switch (devtypeBid){
|
|
|
case IotDeviceDictConst.TYPE_YF_CBD:
|
|
|
+ case IotDeviceDictConst.TYPE_YF_SDCBD:
|
|
|
+ case IotDeviceDictConst.TYPE_YF_GKCBD:
|
|
|
tableClass = IotCbddata.class;
|
|
|
break;
|
|
|
case IotDeviceDictConst.TYPE_YF_XCT:
|