|
...
|
...
|
@@ -82,7 +82,7 @@ class UpdateBuildConfiguration extends Command |
|
|
|
public function getProduct($project_id){
|
|
|
|
$detailModel = new Detail();
|
|
|
|
$lists = $detailModel->list();
|
|
|
|
if(!empty($lists)){
|
|
|
|
if(empty($lists)){
|
|
|
|
echo date('Y-m-d H:i:s') . '需要处理的项目:'.$project_id . PHP_EOL;
|
|
|
|
}
|
|
|
|
// Detail::truncate();
|
...
|
...
|
|