浏览代码

需求更改

XMLWAN 5 年前
父节点
当前提交
da056971bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/new_mobile_api_controllers/new_dialysis_api_controller.go

+ 1 - 1
controllers/new_mobile_api_controllers/new_dialysis_api_controller.go 查看文件

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