Browse Source

代码提交

SGTY 3 months ago
parent
commit
05ae916e42
1 changed files with 2 additions and 1 deletions
  1. 2 1
      agent/cdss/libs/cdss_helper.py

+ 2 - 1
agent/cdss/libs/cdss_helper.py

@@ -669,7 +669,8 @@ class CDSSHelper(GraphHelper):
         for department in final_results.keys():
             department_factor = 0.1 if department == 'DEFAULT' else final_results[department]["score"]
             #当前科室权重增加0.1
-            if input.department.value == department:
+            #if input.department.value == department:
+            if '急诊医学科' == department:
                 department_factor = department_factor * 1.1
 
             for disease, data in final_results[department]["diseases"]: