zyf
9 天以前 91489875fc8c9fd2b44c3791ca6f67dcf559675f
MES.Service/service/BasicData/SalesReturnNoticeManager.cs
@@ -135,7 +135,9 @@
            CancelledBy = erpDto.FCancellerId, // 作废人
            CancelDate = ParseDateTime(erpDto.FCancelDate) ?? null, // 作废日期
            CloseStatus = erpDto.FBillCloseStatus, // 关闭状态
            BillStatus  = erpDto.FDocumentStatus, //单据状态
            FUNWTextTHYY = erpDto.F_UNW_Text_THYY //单据状态
        };
        var single = base.GetSingle(it => it.ErpId == erpDto.ErpID);