|
@@ -52,7 +52,7 @@ func TransferParticipateInfo(projectId string, in *bxcore.ParticipateActionReq)
|
|
|
b1 = true
|
|
|
b2, b3 bool
|
|
|
now = time.Now()
|
|
|
- content = "%s划转给%s%s"
|
|
|
+ content = "从%s名下划转给%s%s"
|
|
|
lastNotes = ",保留原参标人"
|
|
|
fromEntUserNames, toEntUserNames, toEntUserIds []string
|
|
|
ids []int
|
|
@@ -168,7 +168,7 @@ func CancelParticipateInfo(in *bxcore.ParticipateActionReq, roleId int64) error
|
|
|
var (
|
|
|
b1, b2 bool
|
|
|
now = time.Now()
|
|
|
- tip = "终止参标(被)"
|
|
|
+ tip = "终止参标"
|
|
|
)
|
|
|
//管理员终止:当前项目 其他参标人也被终止
|
|
|
query := map[string]interface{}{
|