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