修改校验库存

This commit is contained in:
2024-07-05 11:31:37 +08:00
parent cfd8bca747
commit 979e2b3567
3 changed files with 2 additions and 4 deletions

View File

@@ -585,8 +585,6 @@ public class CartService {
jsonObject1.put("status", "fail");
jsonObject1.put("msg", "商品库存不足" + tbProduct1.getName());
jsonObject1.put("data", new ArrayList<>());
PushToAppChannelHandlerAdapter.getInstance().AppSendInfo(jsonObject1.toString(), key, jsonObject.getString("userId"), true);
PushToAppChannelHandlerAdapter.getInstance().AppSendInfo(jsonObject1.toString(), key, jsonObject.getString("userId"), true);
return;
}