From 24494c18efba9c7fbc952e5af35b961d648e3ecd Mon Sep 17 00:00:00 2001
From: 小飞侠 <8277136+liaoxujun@user.noreply.gitee.com>
Date: 星期二, 07 四月 2026 10:03:42 +0800
Subject: [PATCH] no message
---
cylsg/cylsg.Application/CyOS/CyOsDeliverManage.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/cylsg/cylsg.Application/CyOS/CyOsDeliverManage.cs b/cylsg/cylsg.Application/CyOS/CyOsDeliverManage.cs
index ecaad95..fb1506c 100644
--- a/cylsg/cylsg.Application/CyOS/CyOsDeliverManage.cs
+++ b/cylsg/cylsg.Application/CyOS/CyOsDeliverManage.cs
@@ -204,7 +204,7 @@
[Obsolete]
public async Task<int> AcceptAppointmentDeliver(int KeiId)
{
- throw Oops.Oh("宸茬粡鍚敤");
+ throw Oops.Oh("宸茬粡寮冪敤");
if (!(KeiId > 0))
throw Oops.Oh("Keyid涓嶈兘涓虹┖");
@@ -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,
@@ -377,14 +377,14 @@
//寮哄埗澧炲姞鍛樺伐杩囨护
RefAsync<int> totle = 0;
var data = await _client.Queryable<OA_DeliverPlanPaiche>().Includes(x => x.Car,car=>car.Staff).Includes(x => x.SentStaff).Includes(x=>x.DeliverPlans)
- .Where(SearchList).OrderBy(x => x.DeliverTime).OrderBy(x => x.Sort).Mapper(x =>
+ .Where(SearchList).OrderBy(x => x.DeliverTime).OrderBy(x => x.DriverId).Mapper(x =>
{
if (x.Car?.Staff != null)
{
x.Car.CarNumber = x.Car.CarNumber + "(" + x.Car.Staff.Name + ")";
x.Car.Staff = null;
}
- }).ToPageListAsync(Param.page.PageIndex, Param.page.PageSize, totle);
+ }).ToPageListAsync(Param.page.PageIndex, Param.page.PageSize, totle);
Param.page.TotalCount = totle;
return new DeliverOderPageRet
--
Gitblit v1.9.1