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