1654 Commits

Author SHA1 Message Date
Chopper711
7b6a150bd2 fix: 用户被禁用、店铺被禁用、管理员被禁用,token未被清除问题处理。 2023-04-19 12:08:47 +08:00
17600048398
1f21d80dc0 用户签到为空时 无法签到问题 2023-04-18 10:57:41 +08:00
misworga831
08933ad92f fix: 优化足迹搜索 2023-04-18 10:35:56 +08:00
misworga831
41796774dc fix: 优化足迹搜索 2023-04-17 15:37:05 +08:00
Chopper711
4594752470 签到代码问题回滚 2023-04-14 18:29:51 +08:00
chc
d818b396c4 fix: 腾讯云COS问题处理 2023-04-14 11:20:54 +08:00
misworga831
7cc0a90acf fix: 修复签到条件判定错误问题 2023-04-13 15:44:40 +08:00
misworga831
f9eed2f2ab Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into pg 2023-04-13 15:38:02 +08:00
chc
f8ff163aee fix: 审核商铺后删除缓存 2023-04-13 15:04:32 +08:00
misworga831
38ad5bb394 fix: 优化更新促销状态流程,增加促销检查 2023-04-12 16:13:29 +08:00
misworga831
b2fb415ab5 fix: 优化足迹搜索 2023-04-12 16:12:53 +08:00
Chopper711
efce977bd6 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2023-04-10 18:26:43 +08:00
Chopper711
071974c74b fix:足迹保留100条 2023-04-10 18:26:39 +08:00
OceansDeep
7f202506b5
!277 fix & improve
Merge pull request !277 from OceansDeep/pg
2023-04-10 10:13:06 +00:00
misworga831
a9c9886210 fix: 优化购物车对于更新商品的检查验证 2023-04-10 14:43:47 +08:00
misworga831
e18b62da6e fix: 优化促销相关流程,修复部分促销相关bug。 2023-04-10 14:43:04 +08:00
Chopper711
59c6dedd35 merge master 2023-04-10 10:06:34 +08:00
Chopper711
a673db222e refactor:微信小程序登录兼容没有手机号的情况 2023-04-10 10:04:41 +08:00
misworga831
c1e45242a7 fix: 优化编辑商品,没有清除商品缓存问题 2023-04-07 16:47:32 +08:00
misworga831
efe9a1a6e4 fix: 修复管理员修改会员收货地址无效问题 2023-04-07 16:45:50 +08:00
misworga831
3716691366 merge code 2023-04-06 10:29:47 +08:00
misworga831
675830045d fix: 修复更新es商品索引促销信息时,批量更新分页起始页错误问题 2023-04-06 10:28:54 +08:00
pikachu1995@126.com
9294f77163 微信小程序登录错误 2023-04-06 08:16:23 +08:00
pikachu1995@126.com
864701adfb wrapper 错误 2023-04-05 10:28:19 +08:00
chc
81f47a7fb6 fix: 优惠券时间查询问题 2023-04-04 17:55:47 +08:00
misworga831
bc670d263d fix: 优化生成es索引,只生成库存大于0的商品 2023-03-31 18:23:30 +08:00
misworga831
4ebe0d4f43 fix: 优化生成es索引,只生成库存大于0的商品 2023-03-31 16:58:34 +08:00
misworga831
b07fc790e5 fix: 优化es商品搜索返回结果。减少重复返回结果 2023-03-31 16:49:42 +08:00
misworga831
ab2bb11eee fix: 增加mac m芯片启动支持 2023-03-31 16:48:43 +08:00
misworga831
4cf8c4e81f Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into pg 2023-03-30 16:02:52 +08:00
misworga831
87bde2c53f fix: 优化es日志createTime类型 2023-03-30 16:02:41 +08:00
Chopper711
2aaf677605 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2023-03-29 16:05:04 +08:00
Chopper711
fad7c4a39d fix: 商家修改商品价格后,购物车的商品价格不变动不提示问题。购物车sku集合引用地址修改无效导致。 2023-03-29 16:04:53 +08:00
misworga831
53c28359bb fix: 优化es搜索相关品牌、分类及属性为分页查询。修改全部查询可能会导致es默认返回集不能大于100m问题 2023-03-27 15:24:18 +08:00
pikachu1995@126.com
4737cc5ae8 Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop 2023-03-27 11:01:21 +08:00
pikachu1995@126.com
97845bbaf5 修改订单金额不能小于等于0 2023-03-27 11:00:50 +08:00
chc
8f516f7be7 fix: 修改商品后清除商品缓存,修改Store、StoreServiceImpl的注释 2023-03-24 18:30:55 +08:00
Chopper711
25f8b103bf fix:代码中两次对店铺进行保存问题处理,以及店铺写入属性的无效代码去除 2023-03-23 16:54:28 +08:00
Chopper711
8b0513aece Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2023-03-23 16:45:21 +08:00
Chopper711
b95712aef3 fix: 店铺被拒绝后无法再次申请店铺问题修正。修改为店铺状态在申请中、开启、关闭状态时无法申请 2023-03-23 16:45:14 +08:00
17600048398
917d9437b6 分销订单佣金结算 2023-03-23 11:31:30 +08:00
misworga831
fae4dcaae2 fix: 优化会员优惠券退还后,可能无法再次使用问题。优化删除商品索引,可能失败问题 2023-03-23 09:59:35 +08:00
misworga831
b957df648b Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into pg 2023-03-23 09:56:25 +08:00
Chopper711
a21f4800ab > feat: 新功能(feature)热词过滤sql注入关键字问题, 2023-03-22 17:34:57 +08:00
misworga831
4abf2205c1 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into pg 2023-03-21 14:39:57 +08:00
misworga831
0c652eac63 fix: hutool 依赖更新,依赖优化,获取商品详情优化 2023-03-21 14:39:53 +08:00
chc
c2abc4e2e4 fix: 修复IM新用户与自己对话问题 2023-03-20 12:03:34 +08:00
pikachu1995@126.com
d48e5a05a6 修改华为云obs引入版本
微信jsapi支付修改使用openID
2023-03-20 08:43:13 +08:00
Chopper711
ceb61318f0 refactor:代码逻辑可能出现问题,重构代码执行顺序 2023-03-17 08:55:25 +08:00
Chopper711
11778a632a Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2023-03-17 08:29:18 +08:00