@@ -1659,7 +1659,7 @@ public class AppAppOrderServiceImpl extends ServiceImpl<AppOrderDao, TbOrder> im
return Result.success();
}
- if (tbOrder.getStatus().equals(6)) {
+ if (!tbOrder.getStatus().equals(6)) {
throw new SqxException("当前订单制作完成失败,非制作中订单不能制作完成。【订单id:" + tbOrder.getOrderId() + ",订单状态:" + tbOrder.getStatus() + "】");