关于@FeignClient调用其他服务,出现问题报错:
Error while extracting response for type [org.jeecg.common.api.vo.Result<org.jeecg.modules.flowable.vo.approval.SysDepart>] and content type [application/json]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: syntax error, expect {, actual [, pos 47, fieldName result, fastjson-version 1.2.83; nested exception is com.alibaba.fastjson.JSONException: syntax error, expect {, actual [, pos 47, fieldName result, fastjson-version 1.2.83
出现问题原因: 新建的实体SysDepart里面新增了字段: @Dict(dicCode = "depart_status") private String status;