XMLWAN vor 4 Jahren
Ursprung
Commit
f22d68b6d2

+ 1 - 0
controllers/mobile_api_controllers/dialysis_api_controller_extend.go Datei anzeigen

@@ -83,6 +83,7 @@ func (this *DialysisAPIController) AddMonitorRecord() {
83 83
 	symptom := this.GetString("symptom")
84 84
 	dispose := this.GetString("dispose")
85 85
 	conductivity, _ := this.GetFloat("conductivity")
86
+	fmt.Println("4444444444444444", conductivity)
86 87
 	displacement_flow_quantity, _ := this.GetFloat("displacement_flow_quantity")
87 88
 	blood_oxygen_saturation := this.GetString("blood_oxygen_saturation")
88 89
 	result := this.GetString("result")

+ 1 - 1
controllers/new_mobile_api_controllers/new_common_api_controller.go Datei anzeigen

@@ -2125,7 +2125,7 @@ func (this *NewCommonApiController) GetMobileRolloutCount() {
2125 2125
 	orgId := adminUserInfo.Org.Id
2126 2126
 	//统计当前机构转出的人数
2127 2127
 	rollout, err := service.GetCountRollout(orgId, startimes, endtimeData)
2128
-	fmt.Println("rollout============", rollout)
2128
+
2129 2129
 	if err != nil {
2130 2130
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)
2131 2131
 		return