diff --git a/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml b/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml index bab03b41..297e6953 100644 --- a/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml +++ b/yanzhu-jh/src/main/resources/mapper/project/SurProjectCostOutputMapper.xml @@ -292,6 +292,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{item} + and a.create_time >= #{createTime} + and a.create_time <= #{updateTime} ORDER BY a.create_time - select sum(x.money) id, c.dict_value workingType,c.dict_label costName + select sum(x.money*10000.0) id, c.dict_value workingType,c.dict_label costName from ( select a.* from sur_project_working_committee a,sur_project b where a.projectId=b.id