|
|
|
@ -295,6 +295,7 @@ public class IotThingApiServiceImpl extends BaseServiceImpl<IotThingApiMapper, I |
|
|
|
if (StringUtils.equals(remark, "0")) { |
|
|
|
tenantCode = UserContext.getRealTenantCode(); |
|
|
|
} |
|
|
|
apiLog(apiEntity, apiEntity.getCreator().toString()); |
|
|
|
//获取函数主体 |
|
|
|
if (StringUtils.isBlank(apiEntity.getCallBody())) { |
|
|
|
return encapsulationQuery(apiEntity.getThingCondition(), apiEntity.getAttrCondition(), apiEntity.getTimeCondition(), reqParams, page, limit, apiEntity.getSort(), tenantCode); |
|
|
|
|