|
@@ -610,7 +610,7 @@ func employInfoPerson(v, table, id, employKey, findKey string, source int64, in
|
|
valueMap["clueCount"] = clueCount
|
|
valueMap["clueCount"] = clueCount
|
|
//销售机会数量
|
|
//销售机会数量
|
|
chanceCount := MC.CrmMysql.Count(entity.SALE_CHANCE, map[string]interface{}{
|
|
chanceCount := MC.CrmMysql.Count(entity.SALE_CHANCE, map[string]interface{}{
|
|
- "employ_info_id": id,
|
|
|
|
|
|
+ "employ_info_id": employId,
|
|
"position_id": in.PositionId,
|
|
"position_id": in.PositionId,
|
|
})
|
|
})
|
|
valueMap["chanceCount"] = chanceCount
|
|
valueMap["chanceCount"] = chanceCount
|