修改转训显示
This commit is contained in:
parent
e39522b6d8
commit
e9fa712d06
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user