|
|
@@ -67,9 +67,9 @@ public class IotDeviceQxzController extends BaseController {
|
|
|
String reqUri = request.getRequestURI();
|
|
|
String[] devTypeList = null;
|
|
|
if(reqUri.endsWith("/qxz/list")){
|
|
|
- devTypeList = new String[]{IotDeviceDictConst.TYPE_YF_QXZ};
|
|
|
+ devTypeList = new String[]{IotDeviceDictConst.TYPE_YF_QXZ, IotDeviceDictConst.TYPE_XPH_YF_QXZ};
|
|
|
}else{
|
|
|
- devTypeList = new String[]{IotDeviceDictConst.TYPE_YF_SQZ};
|
|
|
+ devTypeList = new String[]{IotDeviceDictConst.TYPE_YF_SQZ, IotDeviceDictConst.TYPE_XPH_YF_SQZ};
|
|
|
}
|
|
|
|
|
|
reqVo.setDevtypeBidList(Arrays.asList(devTypeList));
|