Browse Source

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

csx 3 years ago
parent
commit
2ac95d029b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go View File

@@ -1237,7 +1237,7 @@ func (c *HisApiController) GetUploadInfo() {
1237 1237
 	data["doctor_id"] = strconv.FormatInt(roles.AdminUserId, 10)
1238 1238
 	data["dept"] = strconv.FormatInt(patientPrescription.Departments, 10)
1239 1239
 	data["fixmedins_code"] = miConfig.Code
1240
-	if department.ID == 0 && adminUser.CurrentOrgId == 9919 {
1240
+	if (department.ID == 0 && adminUser.CurrentOrgId == 9919) || (department.ID == 0 && adminUser.CurrentOrgId == 10106) {
1241 1241
 		data["dept_code"] = "15"
1242 1242
 	} else {
1243 1243
 		data["dept_code"] = department.Number