修改转训显示

This commit is contained in:
wjn 2024-04-08 17:17:51 +08:00
parent e39522b6d8
commit e9fa712d06

View File

@ -255,7 +255,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
[HttpPost, Route("OrderPaged")] [HttpPost, Route("OrderPaged")]
public PagedActionResult<T_SE_TRAIN_NOTIFY> OrderPaged([FromBody] KeywordPageFilter pageFilter) public PagedActionResult<T_SE_TRAIN_NOTIFY> OrderPaged([FromBody] KeywordPageFilter pageFilter)
{ {
return WitOrderPaged(t => t.ORIGINAL_NOTIFY_ID == null, pageFilter); return WitOrderPaged(t => t.ORIGINAL_NOTIFY_ID != null, pageFilter);
} }
public class notifyData public class notifyData
{ {