|
...
|
...
|
@@ -100,6 +100,7 @@ class WebSettingLogic extends BaseLogic |
|
|
|
'total_num'=>$count,
|
|
|
|
'current_num'=>0,
|
|
|
|
'type'=>$type,
|
|
|
|
'project_id'=>$this->user['project_id'],
|
|
|
|
'created_at'=>date('Y-m-d H;i:s')
|
|
|
|
];
|
|
|
|
$updateProgressModel = new UpdateProgress();
|
...
|
...
|
|