老师,我修改会议室状态后,再添加会议室会有如下报错,这是怎么回事?
org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type java.lang.Boolean
from String “1”: only “true” or “false” recognized; nested exception is com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type java.lang.Boolean
from String “1”: only “true” or “false” recognized
at [Source: (PushbackInputStream); line: 1, column: 42] (through reference chain: com.example.emos.api.controller.form.InsertMeetingRoomForm[“status”])