Commit 88fe78d6 authored by jiaorz's avatar jiaorz

修改提前还车逻辑

parent 2a10fdef
......@@ -144,7 +144,7 @@ public class MsgBiz {
if(type != null) {
ids.add(type);
}
if(type == 5) {
if(type != null && type == 5) {
QuestionParamDto questionParamDto = new QuestionParamDto();
questionParamDto.setUserId(Long.parseLong(userId + ""));
return imQuestionBiz.getList(questionParamDto);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment