Commit 238bc0c8 authored by wansari's avatar wansari

W15GSUN003 updated changes for isRecordExist = false; in case of ref ser PZ


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98951 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 821b2cbd
......@@ -303,7 +303,10 @@ public class ScheduleAWMSInOutTasks implements Schedule
rsInterface = pstmtInterface.executeQuery();
while(rsInterface.next())
{
//isRecordExist = false;
if("PZ".equalsIgnoreCase(refSer))
{
isRecordExist = false;
}
lineNoInterface = rsInterface.getString("LINE_NO");
lineNoInterface = " " + lineNoInterface;
......@@ -538,10 +541,10 @@ public class ScheduleAWMSInOutTasks implements Schedule
throw new Exception (errString);
}
}
/*else
else
{
conn.rollback();
}*/
}
}
catch(Exception e)
{
......
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