From dd2554435b9ced61e2a6a06627145fca3bf2685b Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 04 九月 2023 17:17:17 +0800 Subject: [PATCH] 修改bug --- inspection-server/src/main/resources/mapper/RawMaterialMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/inspection-server/src/main/resources/mapper/RawMaterialMapper.xml b/inspection-server/src/main/resources/mapper/RawMaterialMapper.xml index 7ca8063..5ea0eef 100644 --- a/inspection-server/src/main/resources/mapper/RawMaterialMapper.xml +++ b/inspection-server/src/main/resources/mapper/RawMaterialMapper.xml @@ -15,7 +15,7 @@ AND r.`type` = #{type} </if> <if test="createTime != null and createTime != ''"> - AND DATE_FORMAT(r.`create_time`,'%Y-%m-%d') = #{createTime} + AND DATE_FORMAT(r.`date_survey`,'%Y-%m-%d') = #{createTime} </if> </select> <select id="selectRawmaAll" resultType="java.util.Map"> -- Gitblit v1.9.3