From 891373df7ad1e12ed3c61fc136af575aad4d323f Mon Sep 17 00:00:00 2001 From: DYL0109 <dn18191638832@163.com> Date: 星期五, 21 三月 2025 11:38:15 +0800 Subject: [PATCH] Merge pull request #20 from Andy-Yin/zt_from_develop1.0 --- zhitan-system/src/main/resources/mapper/dailyprocessenergy/MonthlyProcessEnergyMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhitan-system/src/main/resources/mapper/dailyprocessenergy/MonthlyProcessEnergyMapper.xml b/zhitan-system/src/main/resources/mapper/dailyprocessenergy/MonthlyProcessEnergyMapper.xml index 91e3016..544eba7 100644 --- a/zhitan-system/src/main/resources/mapper/dailyprocessenergy/MonthlyProcessEnergyMapper.xml +++ b/zhitan-system/src/main/resources/mapper/dailyprocessenergy/MonthlyProcessEnergyMapper.xml @@ -67,7 +67,7 @@ AND di.index_id IN <foreach item="indexId" index="index" collection="indexIds" open="(" separator="," close=")">#{indexId} </foreach> AND di.time_type = #{timeType} <if test="indexStorageId !='' and indexStorageId !=null"> - and ci.equipment=#{indexStorageId} + and ci.energy_id=#{indexStorageId} </if> ) aa GROUP BY -- Gitblit v1.9.3