diff --git a/service/repositories/image_handle.go b/service/repositories/image_handle.go index 2c2af714..d16e8704 100644 --- a/service/repositories/image_handle.go +++ b/service/repositories/image_handle.go @@ -94,6 +94,10 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq hashKeyData.LogoUrl = *userMaterialInfo.ResourceUrl var resourceId string = hash.JsonHashKey(hashKeyData) + fmt.Println("hashKeyData:", hashKeyData) + + fmt.Println("resourceId:", resourceId) + resourceModel := gmodel.NewFsResourceModel(l.MysqlConn) resourceInfo, err := resourceModel.FindOneById(ctx, resourceId) if err == nil && resourceInfo.ResourceId != "" {