Commit 48ee99ae authored by dpawar's avatar dpawar

update sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92486 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dc7757ad
...@@ -661,7 +661,7 @@ insert into grade_site_lvetbl (SITE_CODE,GRADE_CODE,LVE_TBLNO,CHG_DATE,CHG_USER, ...@@ -661,7 +661,7 @@ insert into grade_site_lvetbl (SITE_CODE,GRADE_CODE,LVE_TBLNO,CHG_DATE,CHG_USER,
values('SP801','114','LV002',sysdate,'BASE','BASE'); values('SP801','114','LV002',sysdate,'BASE','BASE');
update obj_forms set cross_update_expr='[amount][net_amt][][((("Y".equals(confirmed) || "I".equals(confirmed)) ? 1 : 0)*(total_amt - it_amt)) + ((("Y".equals(confirmed) || "I".equals(confirmed)) ? 1 : 0)*(total_amt - it_amt)) *(total_amt + it_amt);]' where form_no='2' and win_name='w_fullfinal'; update obj_forms set cross_update_expr='[amount][net_amt][((("Y".equals(confirmed) || "I".equals(confirmed)) ? 1 : 0)*(total_amt - it_amt)) + ((("Y".equals(confirmed) || "I".equals(confirmed)) ? 1 : 0)*(total_amt - it_amt)) *(total_amt + it_amt);]' where form_no='2' and win_name='w_fullfinal';
update obj_forms set expr_fld_info='[2..D.amount][2..D.net_amt][1.1.D.total_amt,1.1.D.it_amt,1.1.S.confirmed]' where form_no='2' and win_name='w_fullfinal'; update obj_forms set expr_fld_info='[2..D.amount][2..D.net_amt][1.1.D.total_amt,1.1.D.it_amt,1.1.S.confirmed]' where form_no='2' and win_name='w_fullfinal';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment