This commit is contained in:
laodaming
2023-07-17 14:40:24 +08:00
parent fffdf448c4
commit 73ce1e6db3
8 changed files with 258 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ func (l *GetModelOtherInfoLogic) GetModelOtherInfo(req *types.GetModelOtherInfoR
map3dModel[v.Id] = k
}
//根据模型ids获取产品模板
productTemplateV2List, err := l.svcCtx.AllModels.FsProductTemplateV2.FindAllByModelIds(l.ctx, modelIds)
productTemplateV2List, err := l.svcCtx.AllModels.FsProductTemplateV2.FindAllByModelIds(l.ctx, modelIds, "")
if err != nil {
logx.Error(err)
return resp.SetStatusWithMessage(basic.CodeDbSqlErr, "failed to get product v2 template list")