叫号记录没时间修复
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user