zyf
2025-04-23 2812f65c7481ce10953fa1fbe9cc89a8768e07f6
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);