소스 검색

调班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>