Explorar el Código

api图片报错修改

中职版本
liangkun hace 4 años
padre
commit
c09de3b1f6
Se han modificado 4 ficheros con 1056 adiciones y 1175 borrados
  1. +5
    -2
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TaiGang/TUserApi.cs
  2. BIN
      Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/images/QQ图片20170505140705.png
  3. +490
    -542
      Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/manifest.json
  4. +561
    -631
      Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/教师端2.0/manifest.json

+ 5
- 2
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/TaiGang/TUserApi.cs Ver fichero

@@ -283,8 +283,11 @@ namespace Learun.Application.WebApi
var photo = "";
if (company.F_Photo != null)
{
photo = annexesFileIBLL.GetEntityByFolderId(company.F_Photo).F_FilePath;
photo = "/" + photo.Substring(photo.IndexOf("Resource"));
photo = annexesFileIBLL.GetEntityByFolderId(company.F_Photo)?.F_FilePath;
if (!string.IsNullOrEmpty(photo))
{
photo = "/" + photo.Substring(photo.IndexOf("Resource"));
}
}
result.Add(new
{


BIN
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/images/QQ图片20170505140705.png Ver fichero

Antes Después
Anchura: 1024  |  Altura: 1024  |  Tamaño: 281 KiB

+ 490
- 542
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/manifest.json
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 561
- 631
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/教师端2.0/manifest.json
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


Cargando…
Cancelar
Guardar