java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml
@@ -115,10 +115,10 @@
            and t.context= #{context}
        </if>
        <if test="startTime !=null">
            and t.start_time= #{startTime}
            and t.start_time &lt;= #{startTime}
        </if>
        <if test="endTime !=null">
            and t.end_time= #{endTime}
            and t.end_time &gt;= #{endTime}
        </if>
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}
@@ -198,10 +198,10 @@
            and t.context= #{context}
        </if>
        <if test="startTime !=null">
            and t.start_time= #{startTime}
            and t.start_time &lt;= #{startTime}
        </if>
        <if test="endTime !=null">
            and t.end_time= #{endTime}
            and t.end_time &gt;= #{endTime}
        </if>
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}