Browse Source

no message

xingzai 1 year ago
parent
commit
6a55ef7609
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/company_apply.go

+ 1 - 0
controllers/company_apply.go

@@ -145,6 +145,7 @@ func (this *CompanyApplyController) ApplyContractHistoryList() {
 				} else if companyContract.RaiPackageType == 2 {
 					n.PermissionName = "45W套餐"
 				}
+				checkList = append(checkList, 0)
 				checkItems = append(checkItems, n)
 			} else {
 				// PS:本来想把这个移到循环外面去优化一下...但是发现有指针引用变量被改掉的问题, BUG太多了改不完了先这样吧=_=!