叫号记录没时间修复

This commit is contained in:
张松
2025-03-01 16:16:49 +08:00
parent fb9246e5e0
commit 94dc13f5f2

View File

@@ -285,6 +285,7 @@ public class CallTableServiceImpl extends ServiceImpl<CallTableMapper, CallTable
callQueue.setState(1);
callQueue.setCallCount(callQueue.getCallCount() + 1);
callQueue.setCallTime(DateUtil.date().toLocalDateTime());
callQueueService.updateById(callQueue);
if (callQueue.getSubState().equals(0)) {