LiFan
2025-03-01 a89df9d6d8e9821a0c3c41b7964f51762ce3cb84
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);