refactor: 将物品和货币相关字段从uint32改为int64以支持更大数值范围
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -45,7 +45,7 @@ func (s *ItemService) UPDATE(id uint32, count int) {
|
||||
|
||||
}
|
||||
|
||||
func (s *ItemService) CheakItem(id uint32) int32 {
|
||||
func (s *ItemService) CheakItem(id uint32) int64 {
|
||||
var ttt model.Item
|
||||
m := s.TestModel(s.Model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user