Explorar el Código

[电表][修复]:电表存储数据时的错误

release_toaliyun_real
hupeng hace 6 años
padre
commit
69b7e4d069
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. +1
    -5
      mallinkService/src/main/resources/mapper/KwMeterDataMapper.xml

+ 1
- 5
mallinkService/src/main/resources/mapper/KwMeterDataMapper.xml Ver fichero

@@ -86,12 +86,8 @@
</if>
group by `meter_id`
) temp
where
create_time = temp.maxTime
<if test=" null != meterId ">
on create_time = temp.maxTime
and meter_id = temp.maxMeterId
</if>

</select>




Cargando…
Cancelar
Guardar