Commit 9395cbb7 authored by mjadhav's avatar mjadhav

add tran_type='P' for total delay calculation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98395 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7099f874
......@@ -817,7 +817,7 @@ return retString;
try
{
System.out.println("calculate total delay activities !!!!!!!");
sql = "select task_code,due_date,compl_date from pur_milstn where purc_order = ? and wf_status='C' ";
sql = "select task_code,due_date,compl_date from pur_milstn where purc_order = ? and wf_status='C' and tran_type='P' ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,purcOrder);
rs = pstmt.executeQuery();
......
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