zyf
2025-02-27 cce41b1bb9dcd9cfebb512f9a71b28007c4c2c81
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);