|
|
@ -515,7 +515,7 @@ order by create_date desc |
|
|
|
</select> |
|
|
|
<select id="getProjectSummaryPageList" resultMap="ProjectSummaryPageMap" parameterType="com.easy.admin.modules.huzhou.vo.ProjectSummaryOV"> |
|
|
|
select u.reform_name as reformName,u.super_leader as superLeader,count(*) as projectNum, |
|
|
|
sum(u.total_money) as totalMoney, sum(u.urt_estimated_amount) as estimateMoney, |
|
|
|
sum(u.total_money) as totalMoney, sum(u.urt_estimated_amount) as estimateMoney,sum(central_money) as centralMoney, |
|
|
|
sum(m.contract_total_money) as contractMoney,sum(m.contract_central_money) as contractCentralMoney |
|
|
|
from huzhou_projectinfo u left join huzhou_projectinfo_money m on u.id=m.id where u.id in |
|
|
|
<foreach item="projectId" index="index" collection="projectIds" open="(" separator="," close=")"> |
|
|
|