取消日志

This commit is contained in:
tanglong 2025-10-18 09:59:34 +08:00
parent 964924f9f2
commit 71bf72991d

View File

@ -268,7 +268,7 @@ namespace VOL.WebApi
filterFields: x => new { x.OrderType, x.Qty, x.CreateID, x.SellNo }, //审批过滤条件的字段 filterFields: x => new { x.OrderType, x.Qty, x.CreateID, x.SellNo }, //审批过滤条件的字段
formFields: x => new { x.OrderType, x.TranNo, x.Qty, x.SellNo, x.Creator }//审批界面显示的字段 formFields: x => new { x.OrderType, x.TranNo, x.Qty, x.SellNo, x.Creator }//审批界面显示的字段
) )
.Use<App_Expert>() .Use<App_Expert>()
//run方法必须写在最后位置 //run方法必须写在最后位置
.Run(); .Run();
} }