java110
2023-05-25 781c2e20a4bb844dae3f4eafbf5f0e494b942ea8
java110-db/src/main/resources/mapper/community/MaintainancePlanV1ServiceDaoImplMapper.xml
@@ -39,6 +39,10 @@
        <if test="createUserId !=null and createUserId != ''">
            and t.create_user_id= #{createUserId}
        </if>
        <if test="curTime !=null ">
            and t.start_date &lt; #{curTime}
            and t.end_date &gt; #{curTime}
        </if>
        <if test="endDate !=null and endDate != ''">
            and t.end_date= #{endDate}
        </if>
@@ -189,4 +193,6 @@
    </select>
</mapper>