Commit 79dfa547 authored by kshinde's avatar kshinde

corrected sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176535 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3424af19
......@@ -301,7 +301,7 @@ public class PricelistGenWizEJB extends ValidatorEJB implements PricelistGenWizE
System.out.println("mstprice"+mstprice);
String sql="select a.descr,a.list_type,b.price_list__tar, b.price_list__parent, b.calc_method"
+ " from tarodev.pricelist_mst a, tarodev.pricelist_mst_det b"
+ " from pricelist_mst a,pricelist_mst_det b"
+ " where a.price_list=b.price_list and b.price_list = ?";
pstmt=conn.prepareStatement(sql);
pstmt.setString(1, mstprice);
......
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