|
|
|
@@ -1082,7 +1082,7 @@ public class InvestBizServiceImpl implements InvestBizService { |
|
|
|
.apply("`owner` REGEXP {0}", InvestUserContext.getUserId()))); |
|
|
|
result.put("customerTotal", demandService.count(new LambdaQueryWrapper<InvestDemandEntity>() |
|
|
|
.eq(InvestDemandEntity::getOwner, InvestUserContext.getUserId()) |
|
|
|
.eq(InvestDemandEntity::getIntent, InvestUserContext.getUser().getTenantId()))); |
|
|
|
.eq(InvestDemandEntity::getTenantId, InvestUserContext.getUser().getTenantId()))); |
|
|
|
result.put("taskToday", taskService.count(new LambdaQueryWrapper<InvestTaskEntity>() |
|
|
|
.apply("`owner` REGEXP {0}", InvestUserContext.getUserId()) |
|
|
|
.apply("date_format(create_date,'%Y-%m-%d') = {0}", DateUtils.format(new Date())) |
|
|
|
|