Browse Source

[招商][概览]

release_toaliyun_real
Burce 6 years ago
parent
commit
02c4b115ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java View File

@@ -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()))


Loading…
Cancel
Save