|
@@ -2298,11 +2298,12 @@ From(
|
|
|
di.ClientUnit,
|
|
|
di.ClientName,
|
|
|
di.VisitDate,
|
|
|
+ di.VisitPNumber,
|
|
|
di.JietuanOperator,
|
|
|
di.VisitEndDate,
|
|
|
u.CnName As GroupPickupUser,
|
|
|
DATEADD(DAY, 7, di.VisitEndDate) As CollectionDays
|
|
|
- From Grp_DelegationInfo di
|
|
|
+ From Grp_DelegationInfo di With(NoLock)
|
|
|
Left Join Sys_Users u On di.JietuanOperator = u.Id
|
|
|
Where di.Isdel = 0 {userSql}
|
|
|
And VisitDate Between '{beginDt}' And '{endDt}'
|