修改标识
This commit is contained in:
parent
53c90bcda5
commit
8fe5490b74
@ -116,6 +116,9 @@ class ContractController extends BaseAdminController
|
|||||||
if ($res) {
|
if ($res) {
|
||||||
return $this->success('上传成功', [], 1, 1);
|
return $this->success('上传成功', [], 1, 1);
|
||||||
} else {
|
} else {
|
||||||
|
if($res==0){
|
||||||
|
return $this->success('没有更新', [], 1, 1);
|
||||||
|
}
|
||||||
return $this->fail('上传失败');
|
return $this->fail('上传失败');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user