|
...
|
...
|
@@ -82,6 +82,8 @@ class UpdateBuildConfiguration extends Command |
|
|
|
public function getProduct(){
|
|
|
|
Detail::truncate();
|
|
|
|
Column::truncate();
|
|
|
|
$c = new Column();
|
|
|
|
$c->addReturnId(['column_name'=>'product detail']);
|
|
|
|
$productModel = new Product();
|
|
|
|
$page = 1;
|
|
|
|
while (true){
|
...
|
...
|
|