修复代码

This commit is contained in:
liwei 2023-07-18 14:38:42 +08:00
parent 3f8f56b741
commit 687446986d

View File

@ -72,7 +72,9 @@ func (this *ModelUniongve) loadGlobalBoos() (err error) {
} }
func (this *ModelUniongve) getGlobalBoos() (conf *pb.DBUnionGveBossConf, err error) { func (this *ModelUniongve) getGlobalBoos() (conf *pb.DBUnionGveBossConf, err error) {
this. this.conflock.RLock()
this.conflock.Unlock()
return return
} }