Эх сурвалжийг харах

Merge branch 'cygx_12.2' of http://8.136.199.33:3000/hongze/hongze_task into debug

xingzai 1 жил өмнө
parent
commit
2f8f01bed8

+ 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
 		}
 	}