winter hace 1 año
padre
commit
a52ac79bff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      suimangService/src/main/resources/mapper/ServiceVideoRecordMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/ServiceVideoRecordMapper.xml Ver fichero

@@ -3,7 +3,7 @@
<mapper namespace="com.iformall.mapper.ServiceVideoRecordMapper">
<select id="totalTimes" parameterType="com.iformall.domain.po.sm.ServiceVideoRecord" resultType="float">
select sum(video_time)
select SUM(CAST(video_time AS FLOAT))
from service_video_record
where service_id = #{serviceId}
</select>


Cargando…
Cancelar
Guardar