LiFan
2024-11-25 e12a7f65a56e34a4fadb92941de77e5679e0bf51
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);