yuanrf hai 4 horas
pai
achega
d39af18269
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -4375,7 +4375,7 @@ namespace OASystem.API.Controllers
                 return Ok(JsonView(false, "查询失败"));
             }
 
-            if (detailView.Remark != null)
+            if (!string.IsNullOrEmpty(detailView.Remark))
             {
                 detailView.Remark = detailView.Remark.Replace("[TuT]", string.Empty);
             }