|
|
|
|
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)
|
|
|
2615
|
patients, err := service.GetPatientNewId(id)
|
2614
|
patients, err := service.GetPatientNewId(id)
|
2616
|
if err != nil {
|
2615
|
if err != nil {
|
2617
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)
|
2616
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)
|