Commit 46ab60c3 authored by dhirajchavan's avatar dhirajchavan

REQID-D15LSUN033 FOR DATAWARE HOUSE,IC updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101033 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51fada0b
...@@ -218,7 +218,7 @@ public class DwhProdItemIC extends ValidatorEJB implements DwhProdItemICLocal,Dw ...@@ -218,7 +218,7 @@ public class DwhProdItemIC extends ValidatorEJB implements DwhProdItemICLocal,Dw
if(itemParent != null && itemParent.trim().length() > 0) if(itemParent != null && itemParent.trim().length() > 0)
{ {
sql = "select count(1) from item where item_parnt = ?"; sql = "select count(1) from item where item_code = ?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, itemParent); pstmt.setString(1, itemParent);
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
......
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