This website requires JavaScript.
Explore
Help
Register
Sign In
mkm
/
multi-store
Watch
1
Star
0
Fork
0
You've already forked multi-store
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
multi-store
/
app
/
api
/
logic
History
mkm
1185ecf9ec
fix(order): 修复下单时未检查商品状态导致的异常
...
- 在计算订单价格时,增加了对商品状态的检查 - 对于下架商品,抛出异常提示用户更换商品后下单 - 修改了查询商品信息时的字段列表,增加了 is_show 和 status 字段
2024-12-11 18:01:08 +08:00
..
order
fix(order): 修复下单时未检查商品状态导致的异常
2024-12-11 18:01:08 +08:00
store
地址相关修改
2024-06-25 09:46:16 +08:00
user
新增采购列表导出功能并优化相关逻辑
2024-10-11 16:55:55 +08:00
DemoLogic.php
feat(api): 添加 DemoLogic 类和 test 方法
2024-12-09 17:04:35 +08:00
LoginLogic.php
feat: 优化异常处理,使用BusinessException替代setError和rollback
2024-08-27 20:46:44 +08:00