取消接口修改

This commit is contained in:
2024-10-24 10:41:26 +08:00
parent 60e4a223cf
commit a8e9924f74

View File

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