Ver código fonte

术后首程15分钟条目id修改

zhaops 5 anos atrás
pai
commit
24ea33671b

+ 2 - 2
src/main/java/com/diagbot/dto/EntryStatisticsDTO.java

@@ -66,11 +66,11 @@ public class EntryStatisticsDTO {
     /**
      * 术后首程未在15分钟内完成条目id
      */
-    private Long operation15MinuteEntryId = 2166L;
+    private Long operation15MinuteEntryId = 2930L;
     /**
      * 术后首程未在15分钟内完成条目名称
      */
-    private String operation15MinuteEntryName = "术后首程未在手术结束1小时内完成";
+    private String operation15MinuteEntryName = "术后首次病程未即刻完成";
     /**
      * 术后首程未在15分钟内完成数
      */

+ 3 - 3
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -3048,8 +3048,8 @@
         operationTimeNum,
         ROUND( IFNULL( operationTimeNum / operationMRNum, 0 ), 4 ) AS operationTimePercent,
         CONCAT( ROUND( IFNULL( operationTimeNum / operationMRNum, 0 ) * 100, 2 ), '%' ) AS operationTimePercentStr,
-        2166 AS operation15MinuteEntryId,
-        '术后首程未在手术结束1小时内完成' AS operation15MinuteEntryName,
+        2930 AS operation15MinuteEntryId,
+        '术后首次病程未即刻完成' AS operation15MinuteEntryName,
         operation15MinuteNum,
         ROUND( IFNULL( operation15MinuteNum / operationMRNum, 0 ), 4 ) AS operation15MinutePercent,
         CONCAT( ROUND( IFNULL( operation15MinuteNum / operationMRNum, 0 ) * 100, 2 ), '%' ) AS operation15MinutePercentStr,
@@ -3142,7 +3142,7 @@
         0 AS consultationMRNum,
         sum( e.cases_entry_id = 2594 ) AS operationNameNum,
         sum( e.cases_entry_id = 2973 ) AS operationTimeNum,
-        sum( e.cases_entry_id = 2166 ) AS operation15MinuteNum,
+        sum( e.cases_entry_id = 2930 ) AS operation15MinuteNum,
         count( DISTINCT d.behospital_code ) AS operationMRNum,
         0 AS crisisNum,
         0 AS crisisMRNum,