Junling Bu
|
83fbfca3d4
|
update doc
|
2018-07-29 12:37:25 +08:00 |
|
Menethil
|
e73f061a9a
|
添加小程序朋友圈分享,朋友分享,并实现首页自动跳转
|
2018-07-29 04:45:29 +08:00 |
|
Menethil
|
0881acf434
|
修改默认字体
|
2018-07-29 03:49:31 +08:00 |
|
Menethil
|
264c50e195
|
添加生成商品朋友圈分享图(带二维码,扫码可以直接进入小程序指定商品位置)
|
2018-07-28 23:33:35 +08:00 |
|
Junling Bu
|
ae7a676c62
|
Merge branch 'master' of https://github.com/linlinjava/litemall
|
2018-07-28 17:51:12 +08:00 |
|
Junling Bu
|
9228982257
|
chore[litemall-wx-api]: 暂时取消docker支持
|
2018-07-28 16:56:54 +08:00 |
|
Menethil
|
d3dfb7ac90
|
Merge remote-tracking branch 'origin/master'
|
2018-07-28 16:42:19 +08:00 |
|
Menethil
|
1b914cc202
|
修改首页排序为按时间降序
|
2018-07-28 16:40:28 +08:00 |
|
Junling Bu
|
70c32ff9ce
|
refact[litemall-all]: 从原来的war模式调整成可执行jar模式。
|
2018-07-28 16:30:44 +08:00 |
|
Junling Bu
|
f55fff673f
|
项目正式删除os模块,简化项目结构。
|
2018-07-28 16:28:32 +08:00 |
|
Junling Bu
|
7676cdcdff
|
litemall-admin和litemall-wx的图片上传不再依赖os模块,而是litemall-admin-api和litemall-wx-api模块。
|
2018-07-28 15:48:14 +08:00 |
|
Menethil
|
8adb227a08
|
litemall-all统一改为jar打包,litemall现在可以单jar包部署
|
2018-07-26 22:56:54 +08:00 |
|
Menethil
|
1c1edc0e50
|
默认地址修改
|
2018-07-26 18:30:39 +08:00 |
|
Menethil
|
d47ebc1e3c
|
修复微信传地址对android版微信不匹配BUG
|
2018-07-26 18:13:12 +08:00 |
|
Junling Bu
|
b213960a40
|
refactor[project]: 项目的部署方案重新设计。
|
2018-07-26 16:39:05 +08:00 |
|
Junling Bu
|
f1eb00ad36
|
chore[litemall-admin]: 部署阶段的配置信息调整
|
2018-07-26 16:39:05 +08:00 |
|
Junling Bu
|
fdad5b0f7e
|
fix[litemall-admin-api]: 管理员修改管理员密码时没有加密存储
|
2018-07-26 16:39:05 +08:00 |
|
Menethil
|
f8312ca4e6
|
优化物流
|
2018-07-25 16:53:53 +08:00 |
|
Junling Bu
|
7d4aca776a
|
chore[project]: 更新faq文档关于IDEA导入项目卡顿的问题
|
2018-07-25 00:08:24 +08:00 |
|
Junling Bu
|
690a358be0
|
chore[project]: 更新faq文档关于IDEA导入项目卡顿的问题
|
2018-07-25 00:05:37 +08:00 |
|
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 |
|