zwxi 1 năm trước cách đây
mục cha
commit
71149aa26e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/company.go

+ 1 - 1
controllers/company.go

@@ -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 || item.ShareSellerId == sysUser.AdminId{
+					if item.SellerId == sysUser.AdminId || item.ShareSellerId == sysUser.AdminId {
 						btnDetailItem.BtnHistoryList = true
 					}
 					if sysUser.Authority > 0 {