he2802 3 лет назад
Родитель
Сommit
7d5c095a07

+ 1 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/service/impl/OrderGoodsServiceImpl.java

@@ -128,6 +128,7 @@ public class OrderGoodsServiceImpl extends ServiceImpl<OrderGoodsMapper, OrderGo
         if(db.getStatus()==0){
             throw new CustomException("无法操作");
         }
+
         return false;
     }