Commit Graph

557 Commits

Author SHA1 Message Date
Junling Bu
576c885fe6 update[litemall-db]: 因为数据库更新,自动生成的java代码和xml文件也跟新。 2018-07-24 23:46:33 +08:00
Junling Bu
165e2d4a18 数据库跟新。
1. 添加litemall_user_formid表
2. 除了litemall_region表外,所有表添加version字段,支持乐观锁
3. litemall_system添加delete字段
2018-07-24 23:45:24 +08:00
Menethil
7b53b25e36 添加user_fromid表的创建脚本 2018-07-24 16:11:36 +08:00
Menethil
bb6e42cb35 微信配置相关移至Core,因为Admin和Wx都需要用到 2018-07-24 15:57:18 +08:00
Menethil
07a736e0bf 添加时间格式化工具类,格式化模版消息通知的时间显示 2018-07-24 15:23:16 +08:00
Menethil
6becd5da8c 修复阿里云导致的重复依赖 2018-07-24 14:41:45 +08:00
Menethil
c839091837 优化微信模版消息通知 2018-07-24 14:37:30 +08:00
Menethil
0aeb3678e1 服务器添加支持微信FormId缓存,用于营销或者非用户操作期间通过模版消息通知用户 2018-07-24 03:37:09 +08:00
Junling Bu
5c626152f8 fix[litemall-admin]: 商品上架页面和编辑页面中规格图片上传不显示 2018-07-23 22:32:47 +08:00
Junling Bu
e6339bbd24 数据库更新。
1. 增加litemall_system表
2. 调整litemall_goods表的字段desc为detail,因为desc是数据库关键字。
2018-07-23 19:50:18 +08:00
Junling Bu
550005869b chore: 数据库中goods表的desc字段调整成detail,因为desc是数据库关键字 2018-07-23 19:34:56 +08:00
Junling Bu
147c836dcc fix[litemall-core]: bug fix. 2018-07-23 14:23:27 +08:00
Menethil
c1e96bfef4 修复空值错误 2018-07-23 05:28:07 +08:00
Menethil
b4d2d07642 增加系统启动初始化类,增加系统启动信息打印类 2018-07-23 04:55:09 +08:00
Menethil
3af6d8c377 系统配置移至Core模块,添加系统配置基类以规范配置类的行为 2018-07-23 03:36:47 +08:00
Menethil
0e62f33e20 修复价格计算错误 2018-07-23 03:31:07 +08:00
Menethil
713d715650 Merge remote-tracking branch 'origin/master' 2018-07-22 22:02:17 +08:00
Junling Bu
a4a84d4045 feat[litemall-core]: 添加一个异常处理器。 2018-07-22 21:30:01 +08:00
Menethil
8b59fa5704 Merge remote-tracking branch 'origin/master' 2018-07-22 21:20:44 +08:00
Junling Bu
c88af0833b fix[litemall-admin-api]: 管理后台的后台服务需要密码加密存储。 2018-07-22 21:02:39 +08:00
Menethil
a8eb35c592 修复物流查询 2018-07-22 20:46:49 +08:00
Junling Bu
b8ce23bcf2 chore[litemall-core]: 调整代码 2018-07-22 19:03:52 +08:00
Menethil
eb15845896 添加自动更新,部分页面支持下拉刷新 2018-07-22 18:35:55 +08:00
Menethil
9697902570 修复README 2018-07-22 17:30:00 +08:00
Menethil
bb6760a52d Merge remote-tracking branch 'origin/master' 2018-07-22 17:10:07 +08:00
Menethil
4b12f490ae 添加上架实例演示 2018-07-22 17:08:57 +08:00
Menethil
83f86785ad 更改系统配置方式 2018-07-22 15:57:40 +08:00
Junling Bu
ab45404634 chore[litemall-core]: 存储配置采用lazy加载方式 2018-07-22 15:11:49 +08:00
Menethil
ced7037f1a 系统通用配置支持,新增数据表litemall_system 2018-07-22 05:12:03 +08:00
Menethil
ab91a8e260 修复搜索时未判断删除标记的物品 2018-07-22 03:05:57 +08:00
Menethil
7bb5f76b4c 修复依赖 2018-07-21 15:24:59 +08:00
Junling Bu
a3107b8c49 chore[litemall-os-api]: 删除os模块的存储实现,然后依赖core的存储实现 2018-07-21 11:22:11 +08:00
Junling Bu
1072fc97bc feat[litemall-core]: core模块支持存储,包括本地存储、腾讯云存储、阿里云存储 2018-07-21 11:06:36 +08:00
Menethil
bd22847aab 添加注册短信验证和重置密码短信验证 2018-07-21 01:49:48 +08:00
Junling Bu
129cd27f1f chore[litemall-wx]: 删除无用的代码 2018-07-20 21:53:06 +08:00
Junling Bu
15158f5d6d chore[litemall-wx]: 重置navigationBar样式 2018-07-20 21:45:45 +08:00
Junling Bu
d12f3c4797 chore[litemall-core]: 调整notify和express代码结果,以及调整配置命名以litemall开始 2018-07-20 18:10:30 +08:00
Junling Bu
29751a5f88 chore[litemall-core]: 采用yaml配置文件方式 2018-07-20 14:03:30 +08:00
Junling Bu
ef999d8690 fix[project]: 启动测试时会报警告,存在多个org.json.JSONObject 2018-07-20 12:40:38 +08:00
Junling Bu
ea11192155 chore[litemall-core]: 采用spring的Base64Util来简化ExpressService代码 2018-07-20 11:21:55 +08:00
Junling Bu
c28573c8eb chore[litemall-core]: 采用默认异步调度器。添加测试类。 2018-07-20 10:15:14 +08:00
Menethil
a64988a8df 添加服务端物流信息查询,添加小程序物流查询 2018-07-20 02:27:57 +08:00
Menethil
5b4fc210a2 Merge remote-tracking branch 'origin/master' 2018-07-19 20:52:38 +08:00
Menethil
cd9470c740 添加退款通知用户,退款申请通知管理员,发货通知用户
修复AdminOrder参数处理类型错误
2018-07-19 20:51:07 +08:00
Junling Bu
b4c875f8b5 chore[litemall-wx]: 删除无用log页面 2018-07-19 20:44:43 +08:00
Junling Bu
73942dc3f1 chore[litemall-wx]: 调整checkout页面路径 2018-07-19 20:35:10 +08:00
Menethil
3ccc429808 删除shopping下的地址管理,合并到个人主页的地址管理中 2018-07-19 19:55:47 +08:00
Menethil
40081d1b9c 添加小程序搜索支持商品名,修复搜索页面排序参数问题 2018-07-19 18:24:05 +08:00
Menethil
2f253ccee8 修复slf4j循环依赖 2018-07-19 12:30:25 +08:00
Junling Bu
590c6e6a9c feat[litemall-os-api]: 实现阿里云存储的测试类 2018-07-19 12:04:35 +08:00