|
@@ -104,7 +104,7 @@ public class MrStatisticsAggregate {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@DataProvider("mrCount")
|
|
@DataProvider("mrCount")
|
|
- public List<NumDTO> mrCount(FilterVO filterVO) {
|
|
|
|
|
|
+ public List<NumDTO> mrCount(@InvokeParameter("filterVO") FilterVO filterVO) {
|
|
DecimalFormat df = new DecimalFormat("#0.00");
|
|
DecimalFormat df = new DecimalFormat("#0.00");
|
|
List<NumDTO> retList = Lists.newLinkedList();
|
|
List<NumDTO> retList = Lists.newLinkedList();
|
|
QcresultFilterVO qcresultFilterVO = new QcresultFilterVO();
|
|
QcresultFilterVO qcresultFilterVO = new QcresultFilterVO();
|