|
|
@@ -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) |
|
|
|