| | |
| | | List<String> list1=new ArrayList(); |
| | | List<String> list2=new ArrayList(); |
| | | for (int j = 0; j < listDate.size(); j++) { |
| | | if(ObjectUtil.isNotEmpty(listDate.get(j).get("sign_status"))&&listDate.get(j).get("sign_status").equals("已签到")){ |
| | | if((ObjectUtil.isNotEmpty(listDate.get(j).get("sign_status"))&&listDate.get(j).get("sign_status").equals("已签到")) || (ObjectUtil.isNotEmpty(listDate.get(j).get("visit_status"))&&listDate.get(j).get("visit_status").equals("已访问")) ){ |
| | | if(!list1.contains(listDate.get(j).get("org_level_name"))){ |
| | | list1.add(listDate.get(j).get("org_level_name").toString()); |
| | | HashMap<String,Object> hashMap=new HashMap<>(); |
| | |
| | | |
| | | 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")+",请按时签到"; |
| | |
| | | SystemUser currentUser = SpringMVCContextHolder.getCurrentUser(); |
| | | int user_id = currentUser.getUser_id(); |
| | | String send_user=user_id+""; |
| | | String reminder_mode = product_oa_conference_apply.getString("reminder_mode"); |
| | | //String reminder_mode = product_oa_conference_apply.getString("reminder_mode"); |
| | | /* //短信 |
| | | if(reminder_mode.equals("0")){ |
| | | } |