Browse Source

no message

xingzai 1 year ago
parent
commit
262caa12e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/cygx/activity_special.go

+ 1 - 0
services/cygx/activity_special.go

@@ -230,6 +230,7 @@ func ActivitySpecialCompanyApproval(companyId, companyContractId int, companyNam
 		for _, v := range activitySpecialPermissionPointsList {
 			itemBillTotal = append(itemBillTotal, fmt.Sprint(v.ChartPermissionName, v.Points, "次"))
 		}
+		itemBill.BillDetailed = 5 * len(items)
 		itemBill.Total = strings.Join(itemBillTotal, "+")
 	}