Commit c822e4ae authored by msinkar's avatar msinkar

Changes for current day summary work

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198516 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 148b0825
......@@ -142,7 +142,9 @@ public class CurrentDayWrkSummary extends ValidatorEJB implements CurrentDayWrkS
" " + appendSqlStr + " " +
" Group By SM.Sales_Pers ," +
" SP.SP_Name ,SM.dcr_id ) " +
" Group By SalesPerson_Name, SalesPerson_Code Order By SalesPerson_Name)";
//" Group By SalesPerson_Name, SalesPerson_Code "+ // modifeid by mrunalini sinkar on 15-03-2019
" Group By SalesPerson_Name, SalesPerson_Code, To_Calls ,Tot_Dist_Calls "+//added by mrunalini sinkar on 15-03-2019
" Order By SalesPerson_Name)";
// comment and added by mrunalini sinkar on 07-02-2019(end)
pstmt = conn.prepareStatement(sql);
pstmt.setTimestamp(1, java.sql.Timestamp.valueOf(dbDate));
......@@ -282,7 +284,7 @@ public class CurrentDayWrkSummary extends ValidatorEJB implements CurrentDayWrkS
" " + appendSqlStr + " " +
" Group By SM.Sales_Pers ," +
" SP.SP_Name ,SM.dcr_id ) " +
" Group By SalesPerson_Name, To_Calls, SalesPerson_Code Order By SalesPerson_Name";
" Group By SalesPerson_Name, To_Calls,Tot_Dist_Calls, SalesPerson_Code Order By SalesPerson_Name";
pstmt = conn.prepareStatement(sql);
pstmt.setTimestamp(1, java.sql.Timestamp.valueOf(dbDate));
......
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