LiFan
2025-04-17 3cc879bd09b69310d905b843aadc2d0abd67513b
jrj/project/business/SystemSettings/CommentaryEx.dialog.cpp
@@ -92,6 +92,7 @@
         xstring guid = publiccode::GetGuid();
         xstring str = guid.left(2);
         xstring ret = xaserver::UploadFile(L"attachment" + str, guid + L".jpg", GetHWND(), L"", false);
         int nIndex = m_cb.AddItem(ret.c_str(true), (guid + L".jpg").c_str(true));
         showAtt();
         return 1;
      }
@@ -135,8 +136,12 @@
            xstring value = m_Edit.GetText();
            if (value == L"")
            {
               alert(L"请填写批注!");
               return 1;
               int s = m_cb.GetCount();
               if (s < 1)
               {
                  alert(L"请填写批注!");
                  return 1;
               }
            }
            x.loadXML(L"<Commentary update.new='1' update.modify='1'/>");