|
@@ -133,6 +133,14 @@ func TransferParticipateInfo(projectId string, in *bxcore.ParticipateActionReq)
|
|
|
toEntUserNames = append(toEntUserNames, userInfo.EntUserName)
|
|
|
}
|
|
|
}
|
|
|
+ //保存多个用户时 如果个别用户划转参标项目异常,直接跳过此用户,保存其他用户信息
|
|
|
+ //防止最后一个用户保存异常
|
|
|
+ if len(toEntUserIds) > 0 {
|
|
|
+ b3 = true
|
|
|
+ }
|
|
|
+ //移动端单个项目划转给多个用户,划转记录保存一份,当前企业下参过标的或当前正在参标的人都能看到次记录
|
|
|
+ //企业下 根据企业id 和项目id查询划转记录
|
|
|
+ //个人版 根据职位id 和项目id查询划转记录
|
|
|
//划转记录
|
|
|
b2 = IC.BaseMysql.InsertByTx(tx, ParticipateBidRecordsTable, map[string]interface{}{
|
|
|
"ent_id": in.EntId,
|