Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents into dev

魏超 5 years ago
parent
commit
1db17029df
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main/resources/mapper/TaBuildingMapper.xml

+ 2
- 2
src/main/resources/mapper/TaBuildingMapper.xml View File

@@ -580,7 +580,7 @@
580 580
             FROM
581 581
             sequence a
582 582
             WHERE
583
-            a.rownum < datediff( #{endDate}, #{startDate} )
583
+            a.rownum <= datediff( #{endDate}, #{startDate} )
584 584
         ) t
585 585
         LEFT JOIN (
586 586
             SELECT
@@ -663,7 +663,7 @@
663 663
         FROM
664 664
         sequence a
665 665
         WHERE
666
-        a.rownum < datediff( #{endDate}, #{startDate} )
666
+        a.rownum <= datediff( #{endDate}, #{startDate} )
667 667
         ) t
668 668
         LEFT JOIN (
669 669
         SELECT