微信测试
This commit is contained in:
parent
eee7ff224b
commit
9136da7972
|
@ -73,24 +73,24 @@ class HomeworkCommon < ActiveRecord::Base
|
||||||
if self.homework_detail_manual.comment_status == 0
|
if self.homework_detail_manual.comment_status == 0
|
||||||
self.course_messages.destroy_all
|
self.course_messages.destroy_all
|
||||||
else
|
else
|
||||||
# self.course.members.each do |m|
|
self.course.members.each do |m|
|
||||||
# # if m.user_id != self.user_id
|
# if m.user_id != self.user_id
|
||||||
# #self.course_messages << CourseMessage.new(:user_id => m.user_id, :course_id => self.course_id, :viewed => false)
|
#self.course_messages << CourseMessage.new(:user_id => m.user_id, :course_id => self.course_id, :viewed => false)
|
||||||
# rolesids = []
|
rolesids = []
|
||||||
# m.roles.each do |role|
|
m.roles.each do |role|
|
||||||
# rolesids << role.id
|
rolesids << role.id
|
||||||
# end
|
end
|
||||||
# if rolesids.include?(10)
|
if rolesids.include?(10)
|
||||||
# count = ShieldWechatMessage.where("container_type='User' and container_id=#{m.user_id} and shield_type='Course' and shield_id=#{self.course_id}").count
|
count = ShieldWechatMessage.where("container_type='User' and container_id=#{m.user_id} and shield_type='Course' and shield_id=#{self.course_id}").count
|
||||||
# if count == 0
|
if count == 0
|
||||||
# ws = WechatService.new
|
ws = WechatService.new
|
||||||
# name = self.course.syllabus.nil? ? self.course.name : self.course.syllabus.title+" • "+self.course.name
|
name = self.course.syllabus.nil? ? self.course.name : self.course.syllabus.title+" • "+self.course.name
|
||||||
# ws.homework_message_notice(m.user_id, "homework", self.id, "#{m.user.show_name},#{l(:label_new_homework_template)}", name, "新作业:"+ self.name.html_safe, "作业内容请点击“详情”查看。")
|
ws.homework_message_notice(m.user_id, "homework", self.id, "#{m.user.show_name},#{l(:label_new_homework_template)}", name, "新作业:"+ self.name.html_safe, "作业内容请点击“详情”查看。")
|
||||||
# end
|
end
|
||||||
# end
|
end
|
||||||
# # end
|
# end
|
||||||
# end
|
end
|
||||||
self.delay.send_homework_wechat_message_delay
|
# self.delay.send_homework_wechat_message_delay
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue