From d01bad0d465d3a00644f8c5521be88c4b13237c3 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期四, 04 七月 2024 17:28:10 +0800 Subject: [PATCH] add node type --- pms-parent/pms-global/src/main/resources/mapper/BaLogMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/BaLogMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/BaLogMapper.xml index 5c0e8fb..7ec9208 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/BaLogMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/BaLogMapper.xml @@ -94,7 +94,7 @@ content like concat('%', #{content}, '%') and </if> <if test="dt != null and dt != '' "> - dt = #{dt,jdbcType=TIMESTAMP} and + DATE_FORMAT(dt, '%Y-%m-%d') = #{dt,jdbcType=TIMESTAMP} and </if> <if test="ip != null and ip != '' "> ip =#{ip,jdbcType=VARCHAR} and @@ -122,7 +122,7 @@ content like concat('%', #{content}, '%') and </if> <if test="dt != null and dt != '' "> - dt = #{dt,jdbcType=TIMESTAMP} and + DATE_FORMAT(dt, '%Y-%m-%d') = #{dt,jdbcType=TIMESTAMP} and </if> <if test="ip != null and ip != '' "> ip =#{ip,jdbcType=VARCHAR} and -- Gitblit v1.8.0