mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Upload.php
This commit is contained in:
parent
bb3ab695a7
commit
7e446bae09
@ -124,7 +124,11 @@ class Upload extends Controller
|
||||
*/
|
||||
public function done()
|
||||
{
|
||||
$data = $this->_vali(['id.require' => '编号不能为空!']);
|
||||
$data = $this->_vali([
|
||||
'id.require' => '编号不能为空!',
|
||||
'hash.require' => '哈希不能为空!',
|
||||
]);
|
||||
$data['uuid'] = AdminService::instance()->getUserId();
|
||||
$file = SystemFile::mk()->where($data)->findOrEmpty();
|
||||
if ($file->isEmpty()) $this->error('文件不存在!');
|
||||
if ($file->save(['status' => 2])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user