Commit Graph

1307 Commits

Author SHA1 Message Date
luying
3fa6074365 🐞 fix(军团活动): 粮草先行加入时可能会多出数据 2023-05-30 17:24:19 +08:00
luying
be19fa9c6d 🐞 fix(在线时间): 军团成员在线时间和聊天框处保持一致 2023-05-30 10:15:40 +08:00
luying
e7541c836b 🎈 perf(日志): gvg内的道具添加日志记录 2023-05-25 14:16:04 +08:00
luying
525ec1c296 feat(db): 数据库添加索引 2023-05-24 19:35:21 +08:00
luying
0932912da9 feat(限时排行榜): 修复限时排行榜奖励发放 2023-05-23 20:59:30 +08:00
luying
4849cde229 🐞 fix(巅峰演武): 战报显示等级改为玩家等级 2023-05-23 20:15:13 +08:00
luying
b158099101 feat(节日活动): 添加划龙舟活动 2023-05-22 21:08:28 +08:00
luying
c3f2ac1a02 Revert "🎈 perf(排行榜): 武将排行榜修改为读数据库"
This reverts commit 2c63ac1e50532c20d0279b9da38e9cd0fd53fb08.
2023-05-22 19:44:33 +08:00
luying
e0fc05dc13 Revert " feat(db): 添加只读数据库初始化逻辑"
This reverts commit 1bf5cc7f3776db253298bcc767063a4b96b0fa46.
2023-05-22 19:44:28 +08:00
luying
086133ac81 Revert " feat(db): Role表中加入只读节点"
This reverts commit f11c3ad7c7622ec15432f01da1aac88198ced498.
2023-05-22 19:44:20 +08:00
luying
53774b6332 Revert " feat(db): 补充Role表中只读节点使用"
This reverts commit 1fba24b4a00342e48b95ff4e9f82e05913cfd15a.
2023-05-22 19:44:14 +08:00
luying
41ae7afec9 Revert " feat(db): 给hero表增加只读节点"
This reverts commit 6d8caf14de5868e8f62150171872186f87df3343.
2023-05-22 19:41:25 +08:00
luying
3e78dc3e2b Revert " feat(db): 给item表增加只读节点"
This reverts commit 682e2cad54f2daad9a27ebe3b9ed70ae6ccbaf3c.
2023-05-22 19:41:14 +08:00
luying
643b0c7a8e Revert " feat(db): item表内查询操作改为只读节点"
This reverts commit 0f46c039303b8f21d8f1e7ba79d929270dde0bab.
2023-05-22 19:41:09 +08:00
luying
7700ed438a Revert " feat(db): 给UserGachaRec表添加只读节点"
This reverts commit a7c029c0f17c75e656595014a37ab835d378aa64.
2023-05-22 19:40:58 +08:00
luying
c6348e1da7 Revert " feat(db): 给UserGacha添加只读库和相关操作"
This reverts commit 8bcac0c7fe943033570d5c341e18ab90ff423f14.
2023-05-22 19:40:53 +08:00
luying
f7d3ed6db2 Revert " feat(db): 给GiftCode添加只读库支持"
This reverts commit a75feb611ff5e732a48408ea9360cb07f9c09f2e.
2023-05-22 19:40:48 +08:00
luying
70c5ee2bea Revert " feat(db): 给GiftCodeDetail添加只读库"
This reverts commit 2f9b489b237af4cd029e3d2724f50dc02c3ac6f6.
2023-05-22 19:40:43 +08:00
luying
33f40e22c7 feat(db): 添加索引 2023-05-19 14:15:11 +08:00
luying
a7fa3cfb5c 🐞 fix(判空): 根据后台错误日志添加空值判断 2023-05-13 19:49:35 +08:00
luying
6f925d3bda 🐞 fix(名将擂台): 对手军团名 2023-05-12 18:06:53 +08:00
luying
5a83742592 🐞 fix(数据库): 删除record的索引会造成数据库问题 2023-05-12 09:34:15 +08:00
luying
40f287996c feat(数据库): 增加慢查询 2023-05-12 09:33:55 +08:00
luying
efe1f37eb1 🐞 fix(好友): 好友点数改名后上限会失去 2023-05-11 21:16:20 +08:00
luying
50aeb2e003 🐞 fix(登录): 创建角色账号并发时可能会报数据库错误 2023-05-11 17:51:51 +08:00
liangtongchuan
ee0fdf116c feat(db): role索引修改,去掉无索引的sort 2023-05-07 16:14:10 +08:00
luying
d30abf287f 🎈 perf(排行榜): 武将排行榜修改为读数据库 2023-05-06 20:24:25 +08:00
liangtongchuan
8e7337eabd feat(db): 给GiftCodeDetail添加只读库 2023-05-06 18:52:14 +08:00
liangtongchuan
6b7a205bf6 feat(db): 给GiftCode添加只读库支持 2023-05-06 18:38:52 +08:00
liangtongchuan
b7a2367219 feat(db): 给UserGacha添加只读库和相关操作 2023-05-06 18:28:06 +08:00
liangtongchuan
8985065b0e feat(db): 给UserGachaRec表添加只读节点 2023-05-06 18:15:03 +08:00
liangtongchuan
df35bee3b5 feat(db): item表内查询操作改为只读节点 2023-05-06 17:34:35 +08:00
liangtongchuan
e9d58babb3 feat(db): 给item表增加只读节点 2023-05-06 17:30:05 +08:00
liangtongchuan
1fb6b18a80 feat(db): 给hero表增加只读节点 2023-05-06 16:37:48 +08:00
liangtongchuan
3f2c696708 feat(db): 补充Role表中只读节点使用 2023-05-06 15:11:52 +08:00
liangtongchuan
8cb7c9a795 feat(db): Role表中加入只读节点 2023-05-06 14:51:41 +08:00
liangtongchuan
69ebc14a4e feat(db): 添加只读数据库初始化逻辑 2023-05-06 14:49:18 +08:00
luying
f47d2d131f feat(服务器): 更新维护逻辑 2023-05-06 11:44:05 +08:00
luying
7c55a37a80 🐞 fix(后台): 礼包码查询优化 2023-05-04 19:18:03 +08:00
luying
464238c2c5 🐞 fix(数据库): 查询邀请列表时报错 2023-04-27 17:47:57 +08:00
luying
4e0723d3fc feat(config): userlog分到副数据库 2023-04-26 11:13:59 +08:00
luying
dcb5704fd1 🐞 fix(服务器): 自动开服时更新战区 2023-04-25 16:57:53 +08:00
luying
906449be60 feat(服务器): 修改服务器自动开服策略 2023-04-25 13:04:47 +08:00
luying
66c7e272e2 🐞 fix(录像): 修复录像存储以及读取路径 2023-04-20 10:59:27 +08:00
luying
3bf0f7a35e 🐞 fix(37需求): 注销冷却提示需求 2023-04-18 17:28:44 +08:00
luying
1c18565c8d feat(37需求): 注销账号 2023-04-18 16:45:39 +08:00
luying
b570fff2fb 🐞 fix(军团): 团长解散自己军团后无法设置形象等东西 2023-04-18 14:31:31 +08:00
luying
81260bb695 feat(录像): 修改录像上传逻辑 2023-04-18 11:35:34 +08:00
luying
da3c20358d feat(37需求): 分子包隐藏服务器 2023-04-15 16:16:06 +08:00
luying
373615fedd 🐞 fix(军团活动): 诸侯混战宣战可能宣多个城问题修复 2023-04-14 17:59:19 +08:00