yuanrf 2 weeks ago
parent
commit
eb5f426b17
1 changed files with 2 additions and 0 deletions
  1. 2 0
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 2 - 0
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -3641,6 +3641,8 @@ namespace OASystem.API.Controllers
                 return Ok(JsonView(false, "查询失败"));
             }
 
+            detailView.Remark = detailView.Remark.Replace("[TuT]", string.Empty);
+
             return Ok(JsonView(true, "查询成功", detailView));
         }