Commit a028cdd5 authored by prane's avatar prane

bug fixed at loc_code changed to loc_code__aprv

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188356 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ca29b533
......@@ -4233,7 +4233,7 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
rs2 = pstmt2.executeQuery();
if (rs2.next())
{
qcLotLocCode = checkNull(rs2.getString("loc_code"));
qcLotLocCode = checkNull(rs2.getString("loc_code__aprv"));
}
pstmt2.close();
pstmt2 = null;
......
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