|
@@ -3305,7 +3305,7 @@ func (this *CompanyController) Detail() {
|
|
|
if item.Status == utils.COMPANY_STATUS_FREEZE || item.Status == utils.COMPANY_STATUS_LOSE {
|
|
|
btnDetailItem.BtnHistoryList = true
|
|
|
} else {
|
|
|
- if item.SellerId == sysUser.AdminId {
|
|
|
+ if item.SellerId == sysUser.AdminId || item.ShareSellerId == sysUser.AdminId{
|
|
|
btnDetailItem.BtnHistoryList = true
|
|
|
}
|
|
|
if sysUser.Authority > 0 {
|