桌型列表isPostpone改为布尔值

This commit is contained in:
SongZhang 2024-09-20 11:12:44 +08:00
parent 4a2fc4e2e0
commit 948932cb0a
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ public class TbCallServiceImpl implements TbCallService {
Map<String, Object> map = BeanUtil.beanToMap(item, false, false);
map.put("totalCount", count);
map.put("isPostpone", item.getIsPostpone() == 1);
info.add(map);
}