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"