xj qian
2024-07-23 1daa0565659d38b74b24815a986df000fb97a2bf
jrj/project/business/HR/AdministrativeDepartment.cpp
@@ -342,7 +342,7 @@
            xstring child = e.getAttribute(L"child");
            int image = 18;
            if (sImage) image = sImage.toInt();
            HTREEITEM h = tv_folder.InsertChildItem(hItem, name, (LPARAM) & e, image);
            HTREEITEM h = tv_folder.InsertChildItem(hItem, name, e, image);
            if (child != L"no")
               tv_folder.SetItemChild(h, 1);
            ExpandChildFolder(h, e);