瀏覽代碼

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

xingzai 1 年之前
父節點
當前提交
2f8f01bed8
共有 1 個文件被更改,包括 3 次插入1 次删除
  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
 		}
 	}