From 7992fcc44d231e823736fd36483bf990a28b0536 Mon Sep 17 00:00:00 2001 From: CB2-20200827ONU\Administrator <liaoxujun@qq.com> Date: 星期五, 08 十月 2021 09:24:29 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/chuanyin-group-project --- CY_ECommercePlatform/CY.IDAL/EC/IEC_OrderDAL.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CY_ECommercePlatform/CY.IDAL/EC/IEC_OrderDAL.cs b/CY_ECommercePlatform/CY.IDAL/EC/IEC_OrderDAL.cs index ad53fd1..af42034 100644 --- a/CY_ECommercePlatform/CY.IDAL/EC/IEC_OrderDAL.cs +++ b/CY_ECommercePlatform/CY.IDAL/EC/IEC_OrderDAL.cs @@ -178,5 +178,7 @@ IEnumerable<OA_DeliverPlan> GetxiaoshouyejiList(Infrastructure.Query.Pagination pagination, Guid FirmId, string BusinessManagerId, string chaxuntime); + + IEnumerable<OA_DeliverPlan> GetyewurenportList(Infrastructure.Query.Pagination pagination, Guid FirmId, string BusinessManagerId, string chaxuntimestart, string chaxuntimeend); } } -- Gitblit v1.9.1