Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
65a36e5749
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      services/cygx/company_contract.go

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