Commit b60aa414 authored by prane's avatar prane

DriverITM is changed to getConnection()

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175513 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ae919832
...@@ -68,8 +68,9 @@ public class SecSalesSubPrc extends ProcessEJB implements SecSalesSubPrcLocal , ...@@ -68,8 +68,9 @@ public class SecSalesSubPrc extends ProcessEJB implements SecSalesSubPrcLocal ,
int cnt=0; int cnt=0;
try { try {
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getDispDateFormat()); SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getDispDateFormat());
ConnDriver con = new ConnDriver(); //ConnDriver con = new ConnDriver();
conn = con.getConnectDB("DriverITM"); //conn = con.getConnectDB("DriverITM");
conn = getConnection();
itemSer = checkNull(genericUtility.getColumnValue("item_ser", dom)); itemSer = checkNull(genericUtility.getColumnValue("item_ser", dom));
prdCode = checkNull(genericUtility.getColumnValue("prd_code", dom)); prdCode = checkNull(genericUtility.getColumnValue("prd_code", dom));
......
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