清台接口
This commit is contained in:
@@ -256,7 +256,7 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
|
|||||||
@Override
|
@Override
|
||||||
public Boolean clear(long shopId, ShopTableClearDTO shopTableClearDTO) {
|
public Boolean clear(long shopId, ShopTableClearDTO shopTableClearDTO) {
|
||||||
ShopTable shopTable = getOne(new QueryWrapper().eq(ShopTable::getShopId, shopId).eq(ShopTable::getId, shopTableClearDTO.getId()));
|
ShopTable shopTable = getOne(new QueryWrapper().eq(ShopTable::getShopId, shopId).eq(ShopTable::getId, shopTableClearDTO.getId()));
|
||||||
if (ShopTableStatusEnum.CLEANING.equalsVal(shopTable.getStatus())) {
|
if (!ShopTableStatusEnum.CLEANING.equalsVal(shopTable.getStatus())) {
|
||||||
throw new ApiNotPrintException("台桌不处于待清台状态");
|
throw new ApiNotPrintException("台桌不处于待清台状态");
|
||||||
}
|
}
|
||||||
shopTable.setStatus(ShopTableStatusEnum.IDLE.getValue());
|
shopTable.setStatus(ShopTableStatusEnum.IDLE.getValue());
|
||||||
|
|||||||
Reference in New Issue
Block a user