取消接口修改
This commit is contained in:
@@ -150,7 +150,7 @@ public class TbCallServiceImpl implements TbCallService {
|
|||||||
return callQueueService.lambdaUpdate()
|
return callQueueService.lambdaUpdate()
|
||||||
.eq(TbCallQueue::getShopId, cancelCallQueueDTO.getShopId())
|
.eq(TbCallQueue::getShopId, cancelCallQueueDTO.getShopId())
|
||||||
.eq(TbCallQueue::getId, cancelCallQueueDTO.getQueueId())
|
.eq(TbCallQueue::getId, cancelCallQueueDTO.getQueueId())
|
||||||
.set(TbCallQueue::getCreateDay, DateUtil.date())
|
.set(TbCallQueue::getCallTime, DateUtil.date())
|
||||||
.set(TbCallQueue::getState, -1).update();
|
.set(TbCallQueue::getState, -1).update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user