|
|
@@ -8,7 +8,7 @@ class UserPerfomance < ActiveRecord::Base
|
|
|
#validates_presence_of :wx_user_id
|
|
|
|
|
|
#after_create :user_perfomance
|
|
|
- after_update :user_perfomance
|
|
|
+ #after_update :user_perfomance
|
|
|
|
|
|
validates :wx_user_id,:begin_date,:end_date,presence: true
|
|
|
def user_perfomance
|