Преглед изворни кода

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

csx пре 3 година
родитељ
комит
f56e872e63
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Прегледај датотеку

@@ -1910,7 +1910,7 @@ func (c *HisApiController) GetRegisterInfo() {
1910 1910
 			chrgBchno := rand.Intn(100000) + 10000
1911 1911
 			ipt_otp_no := timeFormat + strconv.FormatInt(int64(chrgBchno), 10) + strconv.FormatInt(his.PatientId, 10)
1912 1912
 			//count, _ := service.FindHisRegisterRecord(theTime.Unix(), patient.ID, adminInfo.CurrentOrgId)
1913
-			department, _ := service.GetDepartMentDetail(patientPrescription.Departments)
1913
+			department, _ := service.GetDepartMentDetail(department)
1914 1914
 			doctor_id := strconv.FormatInt(patientPrescription.DoctorId, 10)
1915 1915
 
1916 1916
 			IdCardNo := ""