叫号报错不返回错误码

This commit is contained in:
2024-09-24 11:36:22 +08:00
parent e3d2a9d891
commit e3a1b5bdf9
2 changed files with 9 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ public class TbCallServiceImpl implements TbCallService {
callQueue = BeanUtil.copyProperties(takeNumberDTO, TbCallQueue.class);
callQueue.setPhone(takeNumberDTO.getPhone());
// callQueue.setOpenId(takeNumberDTO.getOpenId());
callQueue.setSubState(1);
callQueue.setSubState(0);
}
callQueue.setCreateDay(DateUtil.today());