Commit 3f66a7ba authored by smane's avatar smane

Changes EJB File for QC Sampling Wizard(M14HFRA001)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96921 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0b9b29d5
...@@ -539,8 +539,7 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC ...@@ -539,8 +539,7 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC
System.out.println(">>>>>>>>>>>case 3 currentColumn:"+currentColumn); System.out.println(">>>>>>>>>>>case 3 currentColumn:"+currentColumn);
if(currentColumn.trim().equalsIgnoreCase("itm_default")) if(currentColumn.trim().equalsIgnoreCase("itm_default"))
{ {
qcOrdNo = genericUtility.getColumnValue("qc_ord__no", dom1);
System.out.println(">>>>>>>>>>>>>>>>>>>>>>qcOrdNo dom1:"+qcOrdNo);
qcOrdNo = genericUtility.getColumnValue("qc_ord__no", dom2); qcOrdNo = genericUtility.getColumnValue("qc_ord__no", dom2);
System.out.println(">>>>>>>>>>>>>>>>>>>>>>qcOrdNo dom2:"+qcOrdNo); System.out.println(">>>>>>>>>>>>>>>>>>>>>>qcOrdNo dom2:"+qcOrdNo);
siteCode = genericUtility.getColumnValue("site_code", dom2); siteCode = genericUtility.getColumnValue("site_code", dom2);
......
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