Quellcode durchsuchen

api图片报错修改

中职版本
liangkun vor 4 Jahren
Ursprung
Commit
c09de3b1f6
4 geänderte Dateien mit 1056 neuen und 1175 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

Vorher Nachher
Breite: 1024  |  Höhe: 1024  |  Größe: 281 KiB

+ 490
- 542
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/学生端2.0/manifest.json
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 561
- 631
Learun.Framework.Ultimate V7/招生平台App2.0/太钢技校/教师端2.0/manifest.json
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


Laden…
Abbrechen
Speichern