diff --git a/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/RStatIntegrityDMapper.xml b/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/RStatIntegrityDMapper.xml index c58abce02..ba7e310b0 100644 --- a/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/RStatIntegrityDMapper.xml +++ b/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/RStatIntegrityDMapper.xml @@ -4,7 +4,7 @@ SELECT line_index AS lineIndex, - sum( real_time )/ sum( due_time )* 100 AS integrityRate + sum( real_time*1.0 )/ sum( due_time )* 100 AS integrityRate FROM r_stat_integrity_d @@ -65,7 +65,7 @@