fix not display disable material
This commit is contained in:
parent
14523da696
commit
08ffec8e24
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ func (rs *recipeService) GetRecipeDetailMat(request *contracts.RecipeDetailReque
|
|||
|
||||
matIds := []uint64{}
|
||||
for _, v := range recipe.Recipes {
|
||||
if v.IsUse {
|
||||
if v.MaterialPathId != 0 {
|
||||
matIds = append(matIds, uint64(v.MaterialPathId))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue