1 년 전
부모
커밋
4561a04864
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

+ 3 - 0
platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

@@ -156,6 +156,9 @@
             <if test="addCalendar">
                 and calendar_date is not null
             </if>
+            <if test="!addCalendar">
+                and calendar_date is null
+            </if>
         </where>
     </select>
     <select id="selectById" parameterType="java.lang.Object"