xingzai 1 жил өмнө
parent
commit
bf6788deab

+ 1 - 0
services/cygx/activity_points_set.go

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