小飞侠
2026-04-07 24494c18efba9c7fbc952e5af35b961d648e3ecd
cylsg/cylsg.Application/CyOS/CyOsDeliverManage.cs
@@ -246,7 +246,7 @@
            OA_DeliverTixing? tixing=null;
            if(Param.DeliverTixingId>0)
            {
                //是提醒订单,需要执行提醒单 状态干煸
                //是提醒订单,需要执行提醒单 状态
                tixing = await _client.Queryable<OA_DeliverTixing>().Where(x => x.Keyid == Param.DeliverTixingId).FirstAsync();
                if(tixing == null)
                {
@@ -292,7 +292,7 @@
                Dianhua = Param.Dianhua,
                Dizhi = Param.Dizhi,
                Remark = Param.Remark,
                BusinessManagerId = cor == null ? 0 : cor.BusinessManagerId,
                BusinessManagerId = cor == null ?  0 : cor.BusinessManagerId,
                Biddingcompany = cor == null ? 0 : (cor.Biddingcompany ?? 0),
                ShifouDelivery = 1,
                Lianxiren = Param.Lianxiren,