|
@@ -207,6 +207,7 @@ $route['*']['/eMail'] = array('ReceiptController', 'eMail');
|
|
|
|
|
|
$route['*']['/receiptSummaryStatisticsByAgency'] = array('ReceiptExtendController', 'receiptSummaryStatisticsByAgency');
|
|
|
$route['*']['/setSummaryCategory'] = array('ReceiptExtendController', 'setSummaryCategory');
|
|
|
+$route['post']['/exportReceiptSummaryExcel'] = array('ReceiptExtendController', 'exportReceiptSummaryExcel');
|
|
|
|
|
|
$route['*']['/revocationAdjustment/:sidKey/:price/:ridKey/:reviseKey'] = array('ReceiptController', 'revocationAdjustment');
|
|
|
|