Commit 81f5a0fd authored by steurwadkar's avatar steurwadkar

F17ABAS001 GST offline file download components commit

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@163233 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ed99bf9d
......@@ -3035,7 +3035,7 @@ public class GSTDataSubmitWizEJB extends ValidatorEJB implements GSTDataSubmitWi
if("1".equalsIgnoreCase(recType))
{
hdrSql = "SELECT * FROM GST_DATA_HDR WHERE REC_TYPE = ? AND PRD_CODE = ? AND SITE_CODE = ? AND SUBMIT_STATUS = ?";
hdrSql = "SELECT * FROM GST_DATA_HDR WHERE REC_TYPE = ? AND PRD_CODE = ? AND SITE_CODE = ? AND SUBMIT_STATUS = ? ORDER BY DOC_DATE, DOC_NO";
hdrPstmt = conn.prepareStatement(hdrSql);
hdrPstmt.setString(1, recType);
hdrPstmt.setString(2, periodCode);
......
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