Commit 794e17faaa6f74aa8af222038ce789055f36e0ea

Authored by liquanyu
1 parent 83ec751bad

导出添加高危因素

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/MatDeliverQuery.java View file @ 794e17f
... ... @@ -290,7 +290,7 @@
290 290  
291 291 if (null != createdStart) {
292 292 if (neStart) {
293   - c = Criteria.where("dueDate1").gt(createdStart);
  293 + c = Criteria.where("dueDate1").gte(createdStart);
294 294 } else {
295 295 c = Criteria.where("dueDate1").gte(createdStart);
296 296 }