Commit c3d20977 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200688 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 16ada86c
......@@ -558,7 +558,7 @@ public class PostOrderActivity {
//Added By PriyankaC on 09MAY2019 to get qc_reqd from itemser .
sql="select case when qc_reqd is null then 'N' else qc_reqd end from itemser where item_ser = ?";
pstmt=conn.prepareStatement(sql);
pstmt.setString(1,itemSer);;
pstmt.setString(1,itemSer);
rs=pstmt.executeQuery();
if(rs.next())
{
......
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