|
|
|
@ -226,7 +226,7 @@ public class RpcApplyService extends ServiceImpl<RpcApplyMapper, RpcApply> { |
|
|
|
|
|
|
|
|
|
|
|
// 抚慰人数
|
|
|
|
// 抚慰人数
|
|
|
|
public Long count(Date beginTime, Date endTime, String type) { |
|
|
|
public Long count(Date beginTime, Date endTime, String type) { |
|
|
|
return count(new LambdaQueryWrapper<RpcApply>().between(RpcApply::getCrtTime, beginTime, endTime).eq(RpcApply::getType, type)); |
|
|
|
return count(new LambdaQueryWrapper<RpcApply>().between(RpcApply::getCrtTime, beginTime, endTime).eq(RpcApply::getType, type).eq(RpcApply::getRpcStatus, "completed")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 抚慰人数
|
|
|
|
// 抚慰人数
|
|
|
|
|