vault backup: 2023-11-08 09:00:12
This commit is contained in:
parent
90f05df0d7
commit
91b309bde4
@ -35,7 +35,7 @@ BEGIN
|
|||||||
----------------base product--------------------------------
|
----------------base product--------------------------------
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
m.part_group, i.stlc, i.v1ds,i.v0ds,jsonb_build_object('assc',i.assc,'majg',i.majg::int,'coltier',i.coltier) idxk
|
m.part_group, i.stlc, i.v1ds,i.v0ds,jsonb_strip_nulls(jsonb_build_object('assc',CASE WHEN i.assc <> '' THEN i.assc ELSE null::text END,'majg',i.majg::int,'coltier',i.coltier)) idxk
|
||||||
INTO
|
INTO
|
||||||
_mold,_stlc,_v1ds , _v0ds, _iidx
|
_mold,_stlc,_v1ds , _v0ds, _iidx
|
||||||
FROM
|
FROM
|
||||||
@ -103,6 +103,7 @@ BEGIN
|
|||||||
_rslt := _rslt||COALESCE(_v1tp,'{}'::jsonb);
|
_rslt := _rslt||COALESCE(_v1tp,'{}'::jsonb);
|
||||||
|
|
||||||
----------------inflation index-----------------------------
|
----------------inflation index-----------------------------
|
||||||
|
RAISE NOTICE 'infaltion : %', jsonb_pretty(_iidx);
|
||||||
SELECT
|
SELECT
|
||||||
jsonb_build_object(
|
jsonb_build_object(
|
||||||
'iidx'
|
'iidx'
|
||||||
@ -123,7 +124,6 @@ BEGIN
|
|||||||
)
|
)
|
||||||
GROUP BY
|
GROUP BY
|
||||||
priority;
|
priority;
|
||||||
--RAISE NOTICE 'target: %', jsonb_pretty(_targ);
|
|
||||||
_rslt := _rslt||COALESCE(_iidx,'{}'::jsonb);
|
_rslt := _rslt||COALESCE(_iidx,'{}'::jsonb);
|
||||||
----------------list ppricing-------------------------------
|
----------------list ppricing-------------------------------
|
||||||
SELECT coalesce(rlarp.get_list(_bill, _ship, _item, _qty),'{}'::jsonb) INTO _list;
|
SELECT coalesce(rlarp.get_list(_bill, _ship, _item, _qty),'{}'::jsonb) INTO _list;
|
||||||
|
Loading…
Reference in New Issue
Block a user