Merge branch 'master' into docker_package
This commit is contained in:
commit
ff9ebc6582
|
@ -152,7 +152,7 @@ public class HistoryController {
|
||||||
" t_meetingroom_book " +
|
" t_meetingroom_book " +
|
||||||
" LEFT JOIN t_meetingroom ON t_meetingroom_book.room_id = t_meetingroom.id " +
|
" LEFT JOIN t_meetingroom ON t_meetingroom_book.room_id = t_meetingroom.id " +
|
||||||
"WHERE " +
|
"WHERE " +
|
||||||
" state = 1;");
|
" state != 1 ;");
|
||||||
List<ProcessActivityDTO> meetingroom_bookTaskDto = meetingroom_bookTask
|
List<ProcessActivityDTO> meetingroom_bookTaskDto = meetingroom_bookTask
|
||||||
.stream().map(index -> {
|
.stream().map(index -> {
|
||||||
ProcessActivityDTO taskDTO = JSON.parseObject(JSON.toJSONString(index), ProcessActivityDTO.class);
|
ProcessActivityDTO taskDTO = JSON.parseObject(JSON.toJSONString(index), ProcessActivityDTO.class);
|
||||||
|
|
Loading…
Reference in New Issue