LiFan
2025-02-17 25a00c13913062fcff51375b22a92c7d86e6649b
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);