28169 1 year ago
parent
commit
669f9082e6
1 changed files with 0 additions and 12 deletions
  1. 0 12
      controllers/new_mobile_api_controllers/mobile_his_api_controller.go

+ 0 - 12
controllers/new_mobile_api_controllers/mobile_his_api_controller.go View File

@@ -1281,15 +1281,3 @@ func (c *MobileHisApiController) ToGetPatient() {
1281 1281
 	})
1282 1282
 	return
1283 1283
 }
1284
-
1285
-func (c *MobileHisApiController) ToGetPatient() {
1286
-
1287
-	order, _ := service.GetDialysisOrderList(10340)
1288
-	for _, item := range order {
1289
-		service.UpdatePatientDialysisOrder(item.PatientId, item.Url)
1290
-	}
1291
-	c.ServeSuccessJSON(map[string]interface{}{
1292
-		"msg": "ok",
1293
-	})
1294
-	return
1295
-}