修复问题
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
visible:false,
|
||||
dpath:'',
|
||||
data:[
|
||||
{ name: '收藏',type:'collect' },
|
||||
// { name: '收藏',type:'collect' },
|
||||
{ name: '分享',type:'share' },
|
||||
{ name: '下载',type:'down' },
|
||||
]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;">
|
||||
系统工具
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user