|
|
|
@ -902,7 +902,7 @@ |
|
|
|
LEFT JOIN Part c on b.PartNo=c.PartNo and b.site=c.site |
|
|
|
|
|
|
|
<where> |
|
|
|
and a.Status!='已取消' and a.ToTypeFlag_DB not in ('I','Q') |
|
|
|
and a.Status!='已取消' and a.ToTypeFlag_DB = 'W' |
|
|
|
<if test="startDate != null "> |
|
|
|
and TransDate >= #{startDate} |
|
|
|
</if> |
|
|
|
|