remove price drop
This commit is contained in:
parent
1b7ec3635b
commit
7596038b54
@ -356,14 +356,14 @@ BEGIN
|
||||
q2.last_price_norm,
|
||||
q2.listprice_eff,
|
||||
q2.last_date,
|
||||
.95, 1.0, 1.0
|
||||
1.0, 1.0, 1.0
|
||||
) g ON TRUE
|
||||
JOIN LATERAL pricequote.approval_logic(
|
||||
q2.tprice,
|
||||
q2.last_price_norm,
|
||||
q2.listprice_eff,
|
||||
q2.last_date,
|
||||
.95, 1.0, 1.0
|
||||
1.0, 1.0, 1.0
|
||||
) a ON TRUE
|
||||
) s
|
||||
WHERE q.ctid = s.ctid;
|
||||
|
Loading…
Reference in New Issue
Block a user