From f7936eff2b2ae92b3a680f09daec1cc391f17732 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期五, 05 七月 2024 16:12:42 +0800 Subject: [PATCH] edit work last list Api --- 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