1.排队取号 列表查询sql修复
This commit is contained in:
@@ -164,7 +164,7 @@ public class TbCallServiceImpl implements TbCallService {
|
||||
throw new MsgException("您未排号请先排号");
|
||||
}
|
||||
|
||||
if (queue.getOpenId().equals(subMsgDTO.getOpenId()) && queue.getSubState() == 1) {
|
||||
if (queue.getOpenId() != null && queue.getOpenId().equals(subMsgDTO.getOpenId()) && queue.getSubState() == 1) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user