Update getlist.php

This commit is contained in:
孙广明
2022-03-18 05:15:30 +00:00
parent 071c930bec
commit 21d6c27a4b
-1
View File
@@ -8,6 +8,5 @@ $productplan = new Productplan('admin');
$List = array();
$List[0] = 0;
//var_dump($productplan->getList(1, 0, 'all', null, 'begin_desc', 'kipparent'));die;
r($productplan->getList(1, 0, 'all', null, 'begin_desc', 'kipparent')) && p('') && e('0'); //返回空数组
?>