993 Commits

Author SHA1 Message Date
paulGao
f0b43ddd32 修复查询积分商品参数问题 2021-12-15 17:58:55 +08:00
paulGao
0ef244b373 移除mongo,将系统日志存储在es。修复拼团商品的正常购买价格为拼团价格问题 2021-12-15 17:42:03 +08:00
paulGao
2536e3b9f6 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop into feature/pg 2021-12-15 17:32:02 +08:00
paulGao
7aed7254a0 修复查询积分商品参数问题 2021-12-15 17:31:39 +08:00
OceansDeep
44e061f321 !79 修复商品审核关闭后,修改商品不生成索引问题。升级mybatis-plus和hutool版本
Merge pull request !79 from OceansDeep/feature/pg
2021-12-15 03:37:52 +00:00
paulGao
a9ddcfeb95 修复商品审核关闭后,修改商品不生成索引问题。升级mybatis-plus版本至 3.4.3.4 和hutool版本至 5.7.16。适配新版本mybatis-plus 2021-12-15 11:35:41 +08:00
OceansDeep
822e332aaa !78 移除mongo,将系统日志存储在es。修复拼团商品的正常购买价格为拼团价格问题
Merge pull request !78 from OceansDeep/feature/pg
2021-12-13 10:18:58 +00:00
paulGao
c3fbad7dbf 移除mongo,将系统日志存储在es。修复拼团商品的正常购买价格为拼团价格问题 2021-12-13 18:15:37 +08:00
Chopper
07348357d0 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2021-12-13 16:22:27 +08:00
Chopper
947fc457f2 修改im平台id字段类型为string 2021-12-13 16:21:59 +08:00
OceansDeep
b719e96838 !77 修复获取拼团订单时,搜索条件默认锁定了当前会员id问题
Merge pull request !77 from OceansDeep/feature/pg
2021-12-13 06:50:50 +00:00
paulGao
cafeb1f20f 修复获取拼团订单时,搜索条件默认锁定了当前会员id问题 2021-12-13 14:49:57 +08:00
OceansDeep
9ae798a11a !76 修复无登录用户时,查询报错
Merge pull request !76 from OceansDeep/feature/pg
2021-12-13 04:28:37 +00:00
paulGao
d188068b10 修复无登录用户时,查询报错 2021-12-13 12:27:13 +08:00
Chopper
abb4b8cb66 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2021-12-13 09:32:14 +08:00
Chopper
ef8615cfe5 支付时间为空问题处理 2021-12-13 09:32:10 +08:00
OceansDeep
ee0cb6d225 !75 修复秒杀统计根据状态查询bug
Merge pull request !75 from OceansDeep/feature/pg
2021-12-13 01:15:16 +00:00
paulGao
0da8f7f8f6 修复秒杀统计根据状态查询bug 2021-12-13 09:13:45 +08:00
chopper711
f8b44d9f9b !73 【轻量级 PR】:避免redis缓存二次读取
Merge pull request !73 from yk_ang/master
2021-12-13 01:08:48 +00:00
OceansDeep
b55f5ab6ae !74 重构优化促销模块。移除促销相关的mongo
Merge pull request !74 from OceansDeep/feature/pg
2021-12-12 17:09:36 +00:00
paulGao
90e550934d merge branch "master" 2021-12-11 17:45:25 +08:00
yangkang
ff757d2151 避免redis缓存二次读取。 2021-12-11 16:07:41 +08:00
yangkang
a3f838d8e6 Merge remote-tracking branch 'origin/master' 2021-12-11 15:58:36 +08:00
paulGao
d9d19f8cbd 重构优化促销模块。移除促销相关的mongo 2021-12-10 20:15:03 +08:00
Chopper
036ad6defb 店铺udesk设置支持 2021-12-09 19:52:40 +08:00
Chopper
520c09b801 当用户一个权限都没有时,会导致用户无法进入管理端页面,问题修复 2021-12-08 20:21:51 +08:00
Chopper
f850e4adaa 日志打印更完善 2021-12-08 19:53:29 +08:00
Chopper
450041bb02 权限非空判定问题处理 2021-12-08 19:35:18 +08:00
Chopper
2e99c26654 权限为空时问题处理 2021-12-08 19:26:37 +08:00
Chopper
2e5f383db4 店铺流水查询交互参数从querywrapper调整为DTO 2021-12-08 14:36:14 +08:00
Chopper
357b214192 店铺流水业务模块参数解耦 2021-12-08 11:39:09 +08:00
Chopper
c301c55905 去除无效引用 2021-12-08 10:42:15 +08:00
Chopper
1764e6956b 售后与子订单模块参数解耦 2021-12-08 10:40:45 +08:00
Chopper
a7509e1125 微信服务与端链接传递参数为querywrapper调整 2021-12-08 10:03:34 +08:00
Chopper
9ec3322574 商品模块与店铺模块交接处以query wrapper衔接存在问题,改用普通参数 2021-12-08 09:50:19 +08:00
yangkang
3658f027bb Merge remote-tracking branch 'origin/master' 2021-12-07 19:45:41 +08:00
Chopper
9a04bb2d71 Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2021-12-07 18:15:25 +08:00
Chopper
343e5e332c 店铺首页统计bug代码修复 2021-12-07 18:15:18 +08:00
yangkang
28a6cf1cb1 Merge remote-tracking branch 'origin/master' 2021-12-07 17:43:42 +08:00
chopper711
e2777b2f0a !72 模块继续分离,包含一个错误读取两次库存的问题修改,会员消息模块/微信模块/消息模块独立,分销模块拆离
Merge pull request !72 from chopper711/liushuai
2021-12-07 08:37:22 +00:00
Chopper
d8da258898 分销模块拆离 2021-12-07 09:00:59 +08:00
Chopper
8616854e00 消息模块,会员模块,微信模块独立 2021-12-07 05:47:17 +08:00
Chopper
7b98d1d9d0 几个代码编译问题处理 2021-12-07 04:33:51 +08:00
Chopper
b8b14df39b message模块拆离优化 2021-12-07 04:12:51 +08:00
Chopper
8ddf622d0f Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop 2021-12-06 17:45:31 +08:00
Chopper
00ffd246a9 业务代码模块trade统一更名为order 2021-12-06 17:45:16 +08:00
yangkang
ac86715062 Merge remote-tracking branch 'origin/master' 2021-12-06 16:58:14 +08:00
yangkang
2c8df21671 Merge remote-tracking branch 'origin/master' 2021-12-06 16:55:48 +08:00
Chopper
d16cf44f4a 获取两次商品库存代码优化 2021-12-06 15:59:13 +08:00
chopper711
6d3fbd7cf0 !71 业务代码拆分优化
Merge pull request !71 from chopper711/liushuai
2021-12-06 07:40:54 +00:00