|
|
@ -1269,7 +1269,7 @@ |
|
|
<if test="query.endDate != null "> |
|
|
<if test="query.endDate != null "> |
|
|
and #{query.endDate} >= a.S_ScheduledDate |
|
|
and #{query.endDate} >= a.S_ScheduledDate |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
and dbo.Get_scheduleIssure(a.Site,a.SeqNo) is not null |
|
|
|
|
|
|
|
|
<if test="query.partNo != null and query.partNo != ''"> |
|
|
<if test="query.partNo != null and query.partNo != ''"> |
|
|
AND a.partNo like #{query.partNo} |
|
|
AND a.partNo like #{query.partNo} |
|
|
|