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