xingzai 1 жил өмнө
parent
commit
65a36e5749

+ 3 - 1
services/cygx/company_contract.go

@@ -44,7 +44,9 @@ func HandleAllocationCompanyContractByYanXuan(companyContractId int) (err error)
 		}
 		if v.ExpensiveYx == 1 {
 			expensiveYxmoney = 5
-		} else {
+		} else 	if v.ExpensiveYx == 2 {
+			expensiveYxmoney = 10
+		} else{
 			expensiveYxmoney = 3
 		}
 	}