1486 Commits

Author SHA1 Message Date
paulGao
96697e11fd 优化监听事务提交发送mq事件,为订单变更发送mq增加事务提交监听 2022-06-22 17:31:26 +08:00
paulGao
49603e29bd 修复编辑有参加商品的促销活动的时间时,原参与活动的商品的时间没有更新问题 2022-06-22 15:05:25 +08:00
paulGao
cb52fca2a4 代码结构优化。默认拼团结束时间修改为24小时 2022-06-22 14:44:58 +08:00
paulGao
00964e6bbf Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into feature/pg 2022-06-20 15:29:10 +08:00
Chopper
ea1b91af2a 日志内容意义不明确优化,补充备注。去除一行无效的代码。 2022-06-20 12:01:32 +08:00
Chopper
8894e5482f minio删除文件错误bug修复 2022-06-20 11:06:20 +08:00
paulGao
e17e3474ca 优化商品索引搜索 2022-06-17 19:08:08 +08:00
paulGao
6d09bd4987 优化商品索引搜索 2022-06-17 15:40:52 +08:00
OceansDeep
84f3907140
!194 修复生成索引时no such index问题
Merge pull request !194 from OceansDeep/feature/pg
2022-06-17 03:21:07 +00:00
paulGao
d704e2eb55 修复生成索引时no such index问题 2022-06-17 11:20:22 +08:00
OceansDeep
2e4c6f4284
!193 增加批发商品不能参加促销活动的限制 修复批发商品购买数量限制
Merge pull request !193 from OceansDeep/feature/pg
2022-06-16 08:47:21 +00:00
paulGao
61c77e0047 修复批发商品购买数量限制 2022-06-16 16:46:09 +08:00
paulGao
cf1e6fc283 增加批发商品不能参加促销活动的限制 2022-06-16 16:40:28 +08:00
OceansDeep
b361e46fb7
!192 优化代码,修复bug
Merge pull request !192 from OceansDeep/feature/pg
2022-06-16 02:22:47 +00:00
paulGao
7bb06e7fdc 优化代码,修复bug 2022-06-16 10:21:41 +08:00
caihongcheng
9f83b40be4 错误提交 2022-06-15 18:21:06 +08:00
caihongcheng
1edd3441bc 电子面单 2022-06-15 18:09:55 +08:00
OceansDeep
079a4a2cf6
!191 优化编辑店铺信息后,清除缓存
Merge pull request !191 from OceansDeep/feature/pg
2022-06-14 07:38:31 +00:00
paulGao
049a759cda 优化编辑店铺信息后,清除缓存 2022-06-14 15:36:29 +08:00
OceansDeep
a6ff38159f
!190 优化索引生成,商品索引查询
Merge pull request !190 from OceansDeep/feature/pg
2022-06-13 10:51:16 +00:00
paulGao
056f040317 优化索引生成,商品索引查询 2022-06-13 18:50:09 +08:00
chopper711
c161206832
update README.md. 2022-06-13 06:54:12 +00:00
chopper711
e9a0c293f8
update README.md. 2022-06-13 06:53:48 +00:00
OceansDeep
24de62f5f4
!189 优化代码结构
Merge pull request !189 from OceansDeep/feature/pg
2022-06-10 10:43:28 +00:00
paulGao
b7b278f296 优化代码结构 2022-06-10 18:42:56 +08:00
OceansDeep
712941038b
!188 优化初始化商品索引,增加编辑商品时,保留原商品的销量、好评率和评价量
Merge pull request !188 from OceansDeep/feature/pg
2022-06-09 08:46:56 +00:00
paulGao
4316fa8953 优化初始化商品索引,增加编辑商品时,保留原商品的销量、好评率和评价量 2022-06-09 16:43:16 +08:00
paulGao
d14763d52c 优化代码,增加buyer启动时检测es索引存在,如不存在则自动创建 2022-06-09 15:32:24 +08:00
OceansDeep
79e1f34890
!187 优化代码,修复bug
Merge pull request !187 from OceansDeep/feature/pg
2022-06-09 01:19:19 +00:00
paulGao
3cb8e066b3 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into feature/pg 2022-06-09 09:16:18 +08:00
paulGao
5e6a56e193 优化代码,修改一个可能出现的获取商品分类的错误 2022-06-09 09:15:57 +08:00
paulGao
478ba2048a 修改商品有效性判定中,根据商品更新时间比较改为商品创建时间比较(因修改了商品更新逻辑,每次都是删除后新增,所以无商品更新时间) 2022-06-09 09:13:13 +08:00
paulGao
8426294a0f 修复判断会员存在条件参数传递顺序错误问题 2022-06-08 16:35:44 +08:00
OceansDeep
178954c8b2
!186 适配优化的sql,将平台id改为0
Merge pull request !186 from OceansDeep/feature/pg
2022-06-08 08:16:05 +00:00
paulGao
6ce2b65d89 适配优化的sql,将平台id改为0 2022-06-08 16:15:14 +08:00
fengtianyangyang
fb45fee426 提现申请时,预存款金额为0无法审核通过错误 2022-06-07 18:41:31 +08:00
Chopper
ffca49f469 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2022-06-07 18:30:24 +08:00
Chopper
f32c7a7253 运费计算模式调整 同一运费模版的商品,采用累加计算,起送费/虚件(重)费用。 2022-06-07 18:30:21 +08:00
OceansDeep
a64ccdba78
!185 修复一个可能出现的获取促销信息的bug
Merge pull request !185 from OceansDeep/feature/pg
2022-06-07 07:24:58 +00:00
paulGao
5f6bae6fa9 修复一个可能出现的获取促销信息的bug 2022-06-07 15:18:07 +08:00
OceansDeep
fd503b4071
!184 过滤无效促销信息异常增加日志
Merge pull request !184 from OceansDeep/feature/pg
2022-06-07 07:07:54 +00:00
paulGao
9ece357e39 过滤无效促销信息异常增加日志 2022-06-07 15:07:14 +08:00
OceansDeep
d53c8362a2
!183 修复一个可能出现的获取促销信息的bug
Merge pull request !183 from OceansDeep/feature/pg
2022-06-07 04:31:08 +00:00
paulGao
8f3ca8c28d 修复一个可能出现的获取促销信息的bug 2022-06-07 12:30:29 +08:00
OceansDeep
7f5675ae3c
!182 修复一个可能出现的获取促销信息的bug
Merge pull request !182 from OceansDeep/feature/pg
2022-06-07 04:16:37 +00:00
paulGao
7b9f4be98c 修复一个可能出现的获取促销信息的bug 2022-06-07 12:16:08 +08:00
Chopper
ca352ca341 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2022-06-07 09:37:25 +08:00
Chopper
a22ccbdda5 兼容MINIO 2022-06-07 09:35:58 +08:00
OceansDeep
e6b50248de
!181 修复券活动获取的优惠券某些情况不能使用问题
Merge pull request !181 from OceansDeep/feature/pg
2022-06-06 07:26:12 +00:00
paulGao
ee3f8a9261 修复券活动获取的优惠券某些情况不能使用问题 2022-06-06 15:24:52 +08:00