Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
server
/
formallProject
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[电表][修复]:电表存储数据时的错误
release_toaliyun_real
hupeng
hace 6 años
padre
648fc6c17b
commit
69b7e4d069
Se han
modificado 1 ficheros
con
1 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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>
Escribir
Vista previa
Cargando…
Cancelar
Guardar