浏览代码

调班bug修复。

zhengqiang 4 年之前
父节点
当前提交
2542a3165a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/src/main/resources/mapper/base/HolidayInfo.xml

+ 1 - 1
common/src/main/resources/mapper/base/HolidayInfo.xml

@@ -146,9 +146,9 @@
         <![CDATA[
             select a.*
             from base_holiday_info a
+            where a.del_flag=0
             and a.begin_date<=#{date}
             and a.end_date>=#{date}
-            and a.del_flag=0
             order by a.begin_date asc
         ]]>
     </select>