|
|
@@ -111,6 +111,7 @@ public class TaskController {
|
|
|
data.setSumPoints(sumPoints);
|
|
|
//关注任务待审核数量
|
|
|
data.setVerifyNum(taskFollowPlatVerifyMapper.selectCount(Wrappers.lambdaQuery(TaskFollowPlatVerify.class)
|
|
|
+ .eq(TaskFollowPlatVerify::getTaskId, data.getId())
|
|
|
.eq(TaskFollowPlatVerify::getStatus, TaskFollowPlatVerify.Status.verifying)));
|
|
|
});
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|