|
|
|
@ -10,18 +10,27 @@ import com.api.browser.bean.SearchConditionItem;
|
|
|
|
|
import com.api.browser.bean.SearchConditionOption;
|
|
|
|
|
import com.api.browser.util.ConditionFactory;
|
|
|
|
|
import com.api.browser.util.ConditionType;
|
|
|
|
|
import com.api.browser.util.MobileJsonConfigUtil;
|
|
|
|
|
import com.api.browser.util.MobileShowTypeAttr;
|
|
|
|
|
import com.api.meeting.util.FieldUtil;
|
|
|
|
|
import com.api.meeting.util.MeetingSearchConditionUtil;
|
|
|
|
|
import com.api.workplan.util.WorkPlanUtil;
|
|
|
|
|
import com.cloudstore.dev.api.bean.SplitMobileDataBean;
|
|
|
|
|
import com.cloudstore.dev.api.util.Util_TableMap;
|
|
|
|
|
import com.engine.common.biz.AbstractCommonCommand;
|
|
|
|
|
import com.engine.common.entity.BizLogContext;
|
|
|
|
|
import com.engine.core.interceptor.CommandContext;
|
|
|
|
|
import net.sf.json.JSONObject;
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
import weaver.conn.RecordSet;
|
|
|
|
|
import weaver.general.StringUtil;
|
|
|
|
|
import weaver.general.BaseBean;
|
|
|
|
|
import weaver.general.PageIdConst;
|
|
|
|
|
import weaver.general.Util;
|
|
|
|
|
import weaver.hrm.User;
|
|
|
|
|
import weaver.hrm.resource.ResourceComInfo;
|
|
|
|
|
import weaver.meeting.MeetingShareUtil;
|
|
|
|
|
import weaver.meeting.defined.MeetingFieldComInfo;
|
|
|
|
|
import weaver.meeting.search.SearchComInfo;
|
|
|
|
|
import weaver.meeting.video.util.VideoMeetingUtil;
|
|
|
|
|
import weaver.systeminfo.SystemEnv;
|
|
|
|
|
|
|
|
|
@ -62,7 +71,6 @@ public class GetMeetingInfoCmd extends AbstractCommonCommand<Map<String, Object>
|
|
|
|
|
String usePswd = "1";
|
|
|
|
|
String frommould = "";
|
|
|
|
|
String mouldkey = "";
|
|
|
|
|
String isOtherShare = "";
|
|
|
|
|
int viewattr = 3;
|
|
|
|
|
int pwdViewAttr = 2;
|
|
|
|
|
String type = Util.null2String(params.get("type"));
|
|
|
|
@ -86,7 +94,6 @@ public class GetMeetingInfoCmd extends AbstractCommonCommand<Map<String, Object>
|
|
|
|
|
hrmids = Util.null2String(recordSet.getString("hrmmembers"));
|
|
|
|
|
videomtbegindate = Util.null2String(recordSet.getString("begindate"))+" "+Util.null2String(recordSet.getString("begintime"));
|
|
|
|
|
videomtenddate = Util.null2String(recordSet.getString("enddate"))+" "+Util.null2String(recordSet.getString("endtime"));
|
|
|
|
|
isOtherShare = Util.null2String(recordSet.getString("isOtherShare"))+" "+Util.null2String(recordSet.getString("endtime"));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -113,8 +120,6 @@ public class GetMeetingInfoCmd extends AbstractCommonCommand<Map<String, Object>
|
|
|
|
|
frommould = Util.null2String(recordSet.getString("frommould"));
|
|
|
|
|
mouldkey = Util.null2String(recordSet.getString("mouldkey"));
|
|
|
|
|
videomtid = Util.null2String(recordSet.getString("videomtid"));
|
|
|
|
|
isOtherShare = Util.null2String(recordSet.getString("isOtherShare"));
|
|
|
|
|
|
|
|
|
|
if(isJson(mtpassword)){
|
|
|
|
|
JSONObject jsonObject = JSONObject.fromObject(mtpassword);
|
|
|
|
|
if(user.getUID() == Util.getIntValue(videomtcreater)){
|
|
|
|
@ -167,10 +172,6 @@ public class GetMeetingInfoCmd extends AbstractCommonCommand<Map<String, Object>
|
|
|
|
|
videomtenddateMap.put("rules", "required");
|
|
|
|
|
itemlist.add(videomtenddateMap);
|
|
|
|
|
|
|
|
|
|
Map<String, Object> isOtherShareMap = FieldUtil.getFormItemForSwitch("isOtherShare", "是否允许参会者分享会议", StringUtil.isEmpty(isOtherShare)? "1" : isOtherShare , viewattr);
|
|
|
|
|
videomtenddateMap.put("rules", "required");
|
|
|
|
|
itemlist.add(isOtherShareMap);
|
|
|
|
|
|
|
|
|
|
if(!"order".equals(type)){
|
|
|
|
|
Map videomtidMap = FieldUtil.getFormItemForInput("oaMtid", SystemEnv.getHtmlLabelName(525536, user.getLanguage()), oaMtid, viewattr);
|
|
|
|
|
videomtidMap.put("fieldcol", 14);
|
|
|
|
|