1.排队取号 取消接口修改
This commit is contained in:
@@ -98,7 +98,7 @@ public class TbCallServiceImpl implements TbCallService {
|
||||
|
||||
@Override
|
||||
public Object getList(Integer shopId, String openId) {
|
||||
return callQueueMapper.selectInfoByOpenId(shopId, openId);
|
||||
return callQueueMapper.selectInfoByOpenId(shopId, openId, DateUtil.today());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user