@@ -654,7 +654,7 @@ public class CampaignRepositoryImpl implements CampaignRepositoryCustom {
"where a.totalCusCampaign > 0"+
"),\n"+
"count_data as (\n"+
"select count(*) totalRow from data_temp\n"+
"select count(*) totalRow from data\n"+
")\n"+
"select a.customerListId, a.customerListCode, a.customerListName, a.totalCusList, a.totalCusCampaign, a.totalCusCalled, a.totalCusNotInteract, totalRow from data a, count_data\n"+