xj qian
2025-02-17 7d3d2bf67895c4d809ca8641fe36925a4e288849
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);