|
@@ -225,9 +225,9 @@ func TransferClue(in *pb.TransferClueReq) (result *pb.BiReply, err error) {
|
|
|
}
|
|
|
} else {
|
|
|
saveMap := map[string]interface{}{
|
|
|
- "clue_id": clueId,
|
|
|
- "transfertime": nowTime,
|
|
|
- "position_id": in.PositionId,
|
|
|
+ "clue_id": clueId,
|
|
|
+ "transfertime": nowTime,
|
|
|
+ //"position_id": in.PositionId,
|
|
|
"name": "",
|
|
|
"service_starttime": starttime,
|
|
|
"service_endtime": endtime,
|
|
@@ -252,7 +252,7 @@ func TransferClue(in *pb.TransferClueReq) (result *pb.BiReply, err error) {
|
|
|
ok = entity.JyBiTidb.UpdateByTx(tx, "dwd_f_crm_clue_info", map[string]interface{}{"id": clueId}, map[string]interface{}{"is_transfer": 1, "updatetime": nowTime, "name": userName})
|
|
|
updateId1 = entity.JyBiTidb.InsertByTx(tx, "dwd_f_crm_clue_change_record", map[string]interface{}{
|
|
|
"clue_id": clueId,
|
|
|
- "position_id": in.PositionId,
|
|
|
+ "position_id": 0,
|
|
|
"change_type": "成交客户移交",
|
|
|
"new_value": "移交至客户成功组",
|
|
|
"createtime": nowTime,
|