| | |
| | | |
| | | String meeting_uuid= fse.getString("meeting_uuid"); |
| | | String type = fse.getString("type"); |
| | | String user_ids = fse.getString("user_ids"); |
| | | |
| | | FieldSetEntity product_oa_conference_apply = baseDao.getFieldSetEntity("product_oa_conference_apply", meeting_uuid, false); |
| | | |
| | | List<Object> params=new ArrayList<>(); |
| | | |
| | | //此方式是根据后台自动统计未访问人员 |
| | | /* List<Object> params=new ArrayList<>(); |
| | | params.add(meeting_uuid); |
| | | params.add(meeting_uuid); |
| | | |
| | |
| | | user_ids=user_ids+fieldSetEntity.getString("staff_id")+","; |
| | | } |
| | | |
| | | } |
| | | }*/ |
| | | String content=""; |
| | | if(type.equals("1")){ |
| | | content="会议将开始签到,"+product_oa_conference_apply.getString("meeting_topic")+"-"+product_oa_conference_apply.getString("start_time")+",请按时签到"; |