桌型列表isPostpone改为布尔值
This commit is contained in:
parent
4a2fc4e2e0
commit
948932cb0a
|
|
@ -378,6 +378,7 @@ public class TbCallServiceImpl implements TbCallService {
|
||||||
|
|
||||||
Map<String, Object> map = BeanUtil.beanToMap(item, false, false);
|
Map<String, Object> map = BeanUtil.beanToMap(item, false, false);
|
||||||
map.put("totalCount", count);
|
map.put("totalCount", count);
|
||||||
|
map.put("isPostpone", item.getIsPostpone() == 1);
|
||||||
info.add(map);
|
info.add(map);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue