修复问题

This commit is contained in:
zyx0814
2022-02-26 15:51:31 +08:00
Unverified
parent 993185b9dc
commit 22d2a07209
5 changed files with 5 additions and 5 deletions

View File

@@ -732,7 +732,7 @@ class billfishxport
$iid = DB::result_first("select bid from %t where rid = %s and appid = %s",array('billfish_record',$rid,$this->appid));
if($this->version < 30){
$sql = "select count(s.id) as numsource s left join res_prop rp on s.id = rp.iid where rp.action =0 and s.id = $iid";
$sql = "select count(s.id) as num from source s left join res_prop rp on s.id = rp.iid where rp.action =0 and s.id = $iid";
}else{
//查询billfish中是否有该数据
$sql = "select count(f.id) as num from bf_file f left join bf_material m on f.id = m.file_id where m.is_recycle =0 and f.id = $iid";

View File

@@ -12,7 +12,7 @@
visible:false,
dpath:'',
data:[
{ name: '收藏',type:'collect' },
// { name: '收藏',type:'collect' },
{ name: '分享',type:'share' },
{ name: '下载',type:'down' },
]

View File

@@ -31,7 +31,7 @@
<el-divider></el-divider>
<el-dropdown-item command="setting">站点设置</el-dropdown-item>
<el-dropdown-item command="library">库设置</el-dropdown-item>
<el-dropdown-item command="orguser">用户管理</el-dropdown-item>
<!-- <el-dropdown-item command="orguser">用户管理</el-dropdown-item> -->
<el-dropdown-item command="system">系统工具</el-dropdown-item>
<!--{/if}-->
<el-divider></el-divider>

View File

@@ -10,7 +10,7 @@
<el-divider></el-divider>
<el-dropdown-item command="setting">站点设置</el-dropdown-item>
<el-dropdown-item command="library">库设置</el-dropdown-item>
<el-dropdown-item command="orguser">用户管理</el-dropdown-item>
<!-- <el-dropdown-item command="orguser">用户管理</el-dropdown-item> -->
<el-dropdown-item command="system">
<span style="position: relative;">
系统工具

View File

@@ -103,7 +103,7 @@
<el-divider></el-divider>
<el-dropdown-item command="setting">站点设置</el-dropdown-item>
<el-dropdown-item command="library">库设置</el-dropdown-item>
<el-dropdown-item command="orguser">用户管理</el-dropdown-item>
<!-- <el-dropdown-item command="orguser">用户管理</el-dropdown-item> -->
<el-dropdown-item command="system">系统工具</el-dropdown-item>
<el-divider></el-divider>
<el-dropdown-item command="about">关于PicHome</el-dropdown-item>