|
@@ -391,7 +391,12 @@ func systemMessageToAdmin(adminInfo admin.Admin, wxUser user.UserInfo, community
|
|
|
|
|
|
var msgType, sourceType, approvalStatus int8
|
|
var msgType, sourceType, approvalStatus int8
|
|
msgType = company_approval_message.CompanyApprovalMessageMessageTypeByApply
|
|
msgType = company_approval_message.CompanyApprovalMessageMessageTypeByApply
|
|
- sourceType = company_approval_message.CompanyApprovalMessageSourceTypeByQuestionComment
|
|
|
|
|
|
+ // 消息来源: 6-问答社区; 7-视频社区
|
|
|
|
+ if communityQuestionComment.Source == 1 {
|
|
|
|
+ sourceType = company_approval_message.CompanyApprovalMessageSourceTypeByQuestionComment
|
|
|
|
+ } else {
|
|
|
|
+ sourceType = company_approval_message.CompanyApprovalMessageSourceTypeByVideoComment
|
|
|
|
+ }
|
|
approvalStatus = company_approval_message.CompanyApprovalMessageApprovalStatusByPending
|
|
approvalStatus = company_approval_message.CompanyApprovalMessageApprovalStatusByPending
|
|
|
|
|
|
companyInfo, err := company.GetByCompanyId(wxUser.CompanyID)
|
|
companyInfo, err := company.GetByCompanyId(wxUser.CompanyID)
|