|
@@ -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, "+")
|
|
|
}
|
|
|
|