Commit 882b7a759c7ba30db2605fd0cd28f20e7ea467dd
1 parent
a344d755c3
Exists in
master
and in
6 other branches
访视时间
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/MatDeliverFollowQuery.java
View file @
882b7a7
| ... | ... | @@ -282,7 +282,7 @@ |
| 282 | 282 | c = Criteria.where("createDate").gte(createdTimeStart).lte(createdTimeEnd); |
| 283 | 283 | } |
| 284 | 284 | if(null != visitStartDate && visitEndDate != null){ |
| 285 | - c = Criteria.where("visitDate").gte(createdTimeStart).lte(createdTimeEnd); | |
| 285 | + c = Criteria.where("visitDate").gte(visitStartDate).lte(visitEndDate); | |
| 286 | 286 | } |
| 287 | 287 | if(null != updateDateStart && updateDateEnd != null){ |
| 288 | 288 | c = Criteria.where("updateDate").gte(updateDateStart).lte(updateDateEnd); |