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