Files
bl/modules/player/service
昔念 0b2d127faf ```
refactor(pet): 重构宠物服务方法命名和优化数据库操作

- 统一PetService中方法命名规范,将驼峰命名改为标准驼峰格式
- 修复拼写错误:UPdate -> Update, UPdateFree -> UpdateFree等
- 重命名查询方法:PetInfo_One -> PetInfoOneByCatchTime,
  PetInfo_One_ID -> PetInfoOneByID, PetInfo_One_ohter -> PetInfoOneOther
- 优化BuyPet方法中的事务处理逻辑,使用结构体初始化简化代码
- 添加nextCatchTime辅助方法用于生成唯一的捕捉时间戳
- 优化PetAdd方法的实现逻辑,提高代码可读性
- 清理无用注释代码
```
2026-03-26 05:33:40 +08:00
..
1
2026-02-13 22:57:05 +08:00
11
2026-02-14 07:36:05 +08:00
1
2026-02-13 22:57:05 +08:00
2026-03-24 23:40:51 +08:00
```
2026-03-02 01:36:16 +08:00
```
2026-03-19 14:50:11 +08:00
```
2026-03-19 14:50:11 +08:00
```
2026-03-26 05:33:40 +08:00
```
2026-03-20 04:58:23 +08:00
1
2026-02-13 22:57:05 +08:00
1
2026-02-13 22:57:05 +08:00
2026-02-23 07:47:06 +08:00