昔念
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
..
2026-03-26 04:51:36 +08:00
2026-03-25 23:00:18 +08:00
2026-03-26 05:33:40 +08:00
2026-01-19 18:51:56 +08:00
2026-01-19 18:51:56 +08:00
2026-01-19 18:51:56 +08:00