- up
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user