This commit is contained in:
gazebo
2019-07-21 21:26:11 +08:00
parent 2603914c98
commit 17789d4869
2 changed files with 2 additions and 2 deletions

View File

@@ -363,7 +363,7 @@ func IsErrCategoryExist(err error) (isExist bool) {
return utils.IsErrMatch(err, utils.Int2Str(ErrCodeSkuCategoryExist), nil)
}
func IsErrCategoryNotExist(err error) (isExist bool) {
func IsErrCategoryNotExist(err error) (isNotExist bool) {
return utils.IsErrMatch(err, utils.Int2Str(ErrCodeSkuCategoryNotExist), nil)
}