From d3c6158ef67679aaa53bb6049826cf9275abcbb6 Mon Sep 17 00:00:00 2001 From: haha Date: Mon, 1 Jul 2024 23:10:46 +0800 Subject: [PATCH] update code --- .../resources/mapper/project/SurProjectCostOutputMapper.xml | 2 ++ .../mapper/project/SurProjectWorkingCommitteeMapper.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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