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