科室字典空值不提示

parent 493ca542
......@@ -352,7 +352,7 @@ public IEnumerable<DeptdicResponse> GetDepartments(int hospitalId)
private Deptdic GetDeptdic(per_dept_dic dic)
{
if (dic == null) return new Deptdic();
if (dic == null) return new Deptdic() { IsVerify = 1 };
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