|
|
|
@ -1611,7 +1611,7 @@ public class CollectController extends Controller {
|
|
|
|
|
*
|
|
|
|
|
* @param job_id
|
|
|
|
|
*/
|
|
|
|
|
@Before({GET.class})
|
|
|
|
|
@Before({GET.class, RepeatIntercetpor.class})
|
|
|
|
|
@IsLoginInterface({})
|
|
|
|
|
@IsNumericInterface({"job_id"})
|
|
|
|
|
// http://10.10.21.20:9000/QingLong/collect/getSummaryExcel?job_id=8
|
|
|
|
|