Commit c1536e42 by ruyun.zhang@suvalue.com

Merge branch 'feature/检查核算单元' into develop

parents 8ffe8269 40cd99cc
...@@ -353,7 +353,7 @@ public IEnumerable<DeptdicResponse> GetDepartments(int hospitalId) ...@@ -353,7 +353,7 @@ public IEnumerable<DeptdicResponse> GetDepartments(int hospitalId)
private Deptdic GetDeptdic(per_dept_dic dic) private Deptdic GetDeptdic(per_dept_dic dic)
{ {
if (dic == null) return new Deptdic(); if (dic == null) return new Deptdic() { IsVerify = 1 };
return new Deptdic return new Deptdic
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment