| | |
| | | bs.append(" FROM product_oa_conference_apply y"); |
| | | bs.append(" left JOIN product_oa_conference_room_config g "); |
| | | bs.append(" on y.meeting_room=g.uuid "); |
| | | bs.append(" where DATE_FORMAT(start_time,\"%Y-%m-%d\")=?"); |
| | | bs.append(" and meeting_resource in ( ? )"); |
| | | bs.append(" where DATE_FORMAT(y.start_time,\"%Y-%m-%d\")=?"); |
| | | bs.append(" and LOCATE(?, g.enable_seal)"); |
| | | DataTableEntity dataTableEntity = baseDao.listTable(bs.toString(), param.toArray()); |
| | | List<String> list=new ArrayList(); |
| | | List<HashMap> listDate=new ArrayList<>(); |