Browse Source

Merge branch 'master' of http://git.shengws.com/csx/XT_New

csx 4 years ago
parent
commit
58309c6945

+ 1 - 1
controllers/new_mobile_api_controllers/new_dialysis_api_controller.go View File

@@ -2611,7 +2611,7 @@ func (this *NewDialysisApiController) GetOrgs() {
2611 2611
 
2612 2612
 func (this *NewDialysisApiController) GetNewPatientId() {
2613 2613
 	id, _ := this.GetInt64("id")
2614
-	fmt.Println("id是---", id)
2614
+	fmt.Println("id是", id)
2615 2615
 	patients, err := service.GetPatientNewId(id)
2616 2616
 	if err != nil {
2617 2617
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)