tom055
tom055
This class does not have this parameter
How to solve this problem io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 0.875185800s. [
Whether Java grpc mode is supported?
I want to get the average value of the specified data field values in each interval, for example, the sum of data fields in each hour in a 24 hour...
Sorry for the late reply, but it seems that the interval can only be 1 minute and 1 hour. When I want the interval length to be customized, can this...
@Jeisankar No implementation method found, other timing libraries have been sought to implement this functional requirement
@Umenezumi 手动解决
换了一种写法,问题还是一样 ``` MPJLambdaWrapper wrapper = new MPJLambdaWrapper() .selectAssociation("t",DeviceProtocolPo.class,DeviceProtocolPageDto::getProtocolPo) //.selectCount(DeviceGatewayPo::getId, DeviceProtocolPageDto::getGatewayTotal) .leftJoin(DeviceGatewayPo.class, "t2", DeviceGatewayPo::getProtocolId, DeviceProtocolPo::getId) .leftJoin(SysDimensionPo.class,"t1", SysDimensionPo::getId, DeviceProtocolPo::getOrgId) .in(DeviceProtocolPo::getOrgId, dimens) .groupBy(DeviceProtocolPo::getId) .having("COUNT( t.id ) >= {0}", 0); Page page = getBaseMapper().selectJoinPage(page(param),...
@a4882567 谢谢的回复,已经解决,映射没写好