CeDo
2021-05-28 f495b3389331dac4f5c66a9383a8a0c7ff82e37d
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventApplicationUserNoticeMapper.xml
@@ -42,7 +42,7 @@
            AND content = #{pageEventApplicationUserNoticeDTO.content}
         </if>
          <if test="pageEventApplicationUserNoticeDTO.createAtBegin!=null">
            AND create_at >= #{pageEventApplicationUserNoticeDTO.createAtBegin}
            AND create_at &gt;= #{pageEventApplicationUserNoticeDTO.createAtBegin}
         </if>
         <if test="pageEventApplicationUserNoticeDTO.createAtEnd!=null">
            AND create_at &lt;= #{pageEventApplicationUserNoticeDTO.createAtEnd}