|
@@ -124,6 +124,7 @@ func TransferParticipateInfo(projectId string, in *bxcore.ParticipateActionReq)
|
|
|
"ent_user_id": entUserId,
|
|
|
"position_id": positionId,
|
|
|
"project_id": projectId,
|
|
|
+ "user_id": in.MgoUserId,
|
|
|
"state": 0,
|
|
|
"mark": 1, //0:参标;1:被划入;-1:终止参标;-2:被划走
|
|
|
"create_date": date.FormatDate(&now, date.Date_Full_Layout),
|
|
@@ -210,6 +211,7 @@ func SaveParticipateInfo(in *bxcore.ParticipateActionReq) error {
|
|
|
"ent_user_id": in.EntUserId,
|
|
|
"position_id": in.PositionId,
|
|
|
"project_id": in.ProjectIds,
|
|
|
+ "user_id": in.MgoUserId,
|
|
|
"state": 0,
|
|
|
"mark": 0,
|
|
|
"create_date": date.FormatDate(&now, date.Date_Full_Layout),
|