Kaynağa Gözat

add datanum

18339543638 3 yıl önce
ebeveyn
işleme
4ba7602a4c

+ 0 - 7
nb-im/src/main/java/com/nb/im/controller/ImRooMsgController.java

@@ -32,13 +32,6 @@ public class ImRooMsgController  {
     }
 
 
-    @PostMapping("/read")
-    @ApiOperation("已读消息")
-    public R<Boolean> readMsg(){
-        return null;
-    }
-
-
 
 
     @PostMapping("")

+ 3 - 2
nb-service/web-service/src/main/resources/mapper/bus/BusPatientMapper.xml

@@ -172,7 +172,7 @@
         i.device_id as device_id,
         i.clinic_id as clinic_id,
         i.classification as classification,
-        i.data_number as data_number,
+        i.data_number as data_num,
         i.total_dose as total_dose,
         i.first_dose as first_dose,
         i.remain_dose as remain_dose,
@@ -203,6 +203,7 @@
         i.warn_analgesic_poor as warn_analgesic_poor,
         i.warn_low_battery as warn_low_battery,
         i.alarm as device_alarm,
+        i.data_number as data_number,
         i.start_time as infusion_start_time,
         i.remark as remark,
         i.type as device_type,
@@ -378,7 +379,7 @@
         i.device_id as device_id,
         i.clinic_id as clinic_id,
         i.classification as classification,
-        i.data_number as data_number,
+        i.data_number as data_num,
         i.total_dose as total_dose,
         i.first_dose as first_dose,
         i.remain_dose as remain_dose,