Browse Source

提交代码

陈少旭 9 months ago
parent
commit
3113910645
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/his_hospital_api_controller.go

+ 1 - 1
controllers/his_hospital_api_controller.go View File

@@ -55,7 +55,7 @@ func (this *HisHospitalApiController) ModifyFaPiaoCode() {
55 55
 		return
56 56
 	}
57 57
 
58
-	order.FaPiaoCode = fapiao_code
58
+	order.FaPiaoNumber = fapiao_code
59 59
 	err := service.SaveOrderTwo(&order)
60 60
 	if err != nil {
61 61
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)