Commit 8af38543 authored by msharma's avatar msharma

Split Value and get LotSL , if exist


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93184 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6846e4e2
......@@ -1164,9 +1164,12 @@ public class DistCommon
locCode = getTokenList(aLotNo,"~t");
lotNo = getTokenList(aLotNo,"~t");
lotSl = getTokenList(aLotNo,"~t");*/
System.out.println("MulStr.length----"+MulStr.length);
siteCode = MulStr[0];
locCode = MulStr[1];
lotNo = MulStr[2];
//Added By Manoj dtd 04062013 to get lotSL
if(MulStr.length>3)
lotSl = MulStr[3];
//System.out.println("siteCode..**..*>"+siteCode);
......
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