Bladeren bron

失误招领-撤销清空数据

新疆影视学院高职
ndbs 2 jaren geleden
bovenliggende
commit
4a93e7f59f
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.OA/LostArticleInfo/LostArticleInfoService.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.OA/LostArticleInfo/LostArticleInfoService.cs Bestand weergeven

@@ -213,7 +213,7 @@ namespace Learun.Application.OA
try
{
//草稿0、待认领1、已认领2
string sql = $"update LostArticleInfo set F_State=0 where F_LId='{keyValue}'";
string sql = $"update LostArticleInfo set F_State=0,F_User='',F_UserTime=null,F_ClaimImage='' where F_LId='{keyValue}'";
this.BaseRepository().ExecuteBySql(sql);
}
catch (Exception ex)


Laden…
Annuleren
Opslaan