main
parent
b8f45959c9
commit
bbfeedcd96
|
|
@ -260,7 +260,7 @@ left OUTER join WORKER w4 on w1.id=t.WORKER4_ID
|
||||||
where 1=1 and t.type ='MV_PICKTICKET' AND t.PLAN_QUANTITY> 0
|
where 1=1 and t.type ='MV_PICKTICKET' AND t.PLAN_QUANTITY> 0
|
||||||
and ( (t.INVENTORY_STATUS not in ('交单完成')) /~ordersAll: or 1=1 ~/)
|
and ( (t.INVENTORY_STATUS not in ('交单完成')) /~ordersAll: or 1=1 ~/)
|
||||||
and ( (zlc.id <> 1787 or zlc.name is null) /~ordersAll: or 1=1 ~/)
|
and ( (zlc.id <> 1787 or zlc.name is null) /~ordersAll: or 1=1 ~/)
|
||||||
and ( ((pt.sourceType <>'411') /~ordersAll: or 1=1 ~/)
|
and ((pt.sourceType <>'411') /~ordersAll: or 1=1 ~/)
|
||||||
/~t.worker4.name: AND w4.id = {t.worker4.name}~/
|
/~t.worker4.name: AND w4.id = {t.worker4.name}~/
|
||||||
and (1=1
|
and (1=1
|
||||||
/~beginDate: AND CONVERT(varchar(100), pt.order_Date, 23) = {beginDate} ~/
|
/~beginDate: AND CONVERT(varchar(100), pt.order_Date, 23) = {beginDate} ~/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue