huanghongfa
2021-05-31 faa40222f2e15b68a89d2180b57d444de5b67709
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}