|
@@ -100,7 +100,7 @@ func (s *SystemManage) Feedbackcontent(_id string) error {
|
|
|
if u_type == 0 {
|
|
|
r := FindById("interaction", _id, `{"i_type":1,"l_submitdate":1,"s_submitid":1,"s_submitname":1,"s_remark":1,
|
|
|
"s_pic":1,"s_enterprisetype":1,"_id":1,"s_link":1,"i_status":1,"s_title":1,
|
|
|
- "s_editorname":1,"s_opinion":1,"l_editordate":1,"s_record":1,"s_title_no":1,"s_source":1,"s_username":1,"s_from":1}`)
|
|
|
+ "s_editorname":1,"s_opinion":1,"l_editordate":1,"s_record":1,"s_title_no":1,"s_source":1,"s_username":1,"s_from":1,"s_fromName":1}`)
|
|
|
if nil != r {
|
|
|
if util.IntAll((*r)["i_status"]) == 0 {
|
|
|
s_editorname, _ := s.GetSession("nickName").(string)
|