1.排队取号 取消接口修改
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user