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