陈少旭 hace 9 meses
padre
commit
3113910645
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/his_hospital_api_controller.go

+ 1 - 1
controllers/his_hospital_api_controller.go Ver fichero

@@ -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)