#!/usr/bin/env php getBurnDataFlotTest(); cid=1 pid=1 敏捷执行查询统计 >> 3 瀑布执行查询统计 >> 3 看板执行查询统计 >> 3 */ $executionIDList = array('101', '131', '161'); $count = array('0','1'); $execution = new executionTest(); r($execution->getBurnDataFlotTest($executionIDList[0], $count[1])) && p() && e('3'); // 敏捷执行查询统计 r($execution->getBurnDataFlotTest($executionIDList[1], $count[1])) && p() && e('3'); // 瀑布执行查询统计 r($execution->getBurnDataFlotTest($executionIDList[2], $count[1])) && p() && e('3'); // 看板执行查询统计