From 64aa70ce9cfce8ec3dc09251818830a214433973 Mon Sep 17 00:00:00 2001 From: haha Date: Tue, 2 Jul 2024 23:42:34 +0800 Subject: [PATCH] update code --- .../resources/mapper/project/SurProjectCostOutputMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml b/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml index 297e6953..1ed394ce 100644 --- a/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml +++ b/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml @@ -292,8 +292,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{item} - and a.create_time >= #{createTime} - and a.create_time <= #{updateTime} + and a.date1 >= #{createTime} + and a.date1 <= #{updateTime} ORDER BY a.create_time