|
|
|
@ -319,6 +319,7 @@ public class IotThingApiServiceImpl extends BaseServiceImpl<IotThingApiMapper, I |
|
|
|
apiEntity.setReqParams(reqParams); |
|
|
|
} |
|
|
|
Long tenantCode = MapUtil.getLong(params, "tenantCode"); |
|
|
|
apiLog(apiEntity, apiEntity.getCreator().toString()); |
|
|
|
//获取函数主体 |
|
|
|
if (StringUtils.isBlank(apiEntity.getCallBody())) { |
|
|
|
return encapsulationQuery1(apiEntity.getThingCondition(), apiEntity.getAttrCondition(), apiEntity.getTimeCondition(), reqParams, page, limit, apiEntity.getSort(), tenantCode); |
|
|
|
|