1.排队取号 取消接口修改

This commit is contained in:
2024-09-14 17:52:31 +08:00
parent 319a8e13c5
commit e885309678

View File

@@ -113,7 +113,7 @@ public class TbCallServiceImpl implements TbCallService {
return callQueueService.lambdaUpdate()
.eq(TbCallQueue::getShopId, cancelCallQueueDTO.getShopId())
.eq(TbCallQueue::getId, cancelCallQueueDTO.getQueueId())
.set(TbCallQueue::getCallTime, DateUtil.date())
.set(TbCallQueue::getCreateDay, DateUtil.date())
.set(TbCallQueue::getState, -1).update();
}