|
@@ -1776,15 +1776,16 @@ func (this *CalendarController) Delete() {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- itemApiLog := new(roadshow.RsCalendarApiLog)
|
|
|
- itemApiLog.CreateTime = time.Now()
|
|
|
- itemApiLog.Remark = "CRM手动删除"
|
|
|
- itemApiLog.Url = sysUser.RealName
|
|
|
- itemApiLog.Body = ""
|
|
|
- itemApiLog.Result = ""
|
|
|
- itemApiLog.RsCalendarResearcherId = req.RsCalendarResearcherId
|
|
|
- go roadshow.AddRsCalendarApiLog(itemApiLog)
|
|
|
}
|
|
|
+ itemApiLog := new(roadshow.RsCalendarApiLog)
|
|
|
+ itemApiLog.CreateTime = time.Now()
|
|
|
+ itemApiLog.Remark = "CRM手动删除"
|
|
|
+ itemApiLog.Url = sysUser.RealName
|
|
|
+ itemApiLog.Body = ""
|
|
|
+ itemApiLog.Result = ""
|
|
|
+ itemApiLog.RsCalendarResearcherId = req.RsCalendarResearcherId
|
|
|
+ itemApiLog.RsCalendarId = req.RsCalendarId
|
|
|
+ go roadshow.AddRsCalendarApiLog(itemApiLog)
|
|
|
//`status` int(11) DEFAULT '0' COMMENT '1:待接受,2:已接受,3:已拒绝,4:已删除,5:已撤回,6:已结束',
|
|
|
//待接受、已接受的情况,需要同步删除上海那边的日程
|
|
|
for _, rsCalendarResearcherItem := range rsCalendarResearcherItemList {
|