Updated.
This commit is contained in:
parent
47bdfa1142
commit
25278beb33
|
@ -13,6 +13,7 @@ module NccuSyncPlugin
|
|||
self.get_school_mapping
|
||||
self.get_position_mapping
|
||||
self.get_sta_num_to_nccu_id_mapping
|
||||
@debug_sql_mode = false # true will print sql command
|
||||
@debug_mode = true # true will print rss_id if it is new record
|
||||
@test_mode = false
|
||||
end
|
||||
|
@ -341,7 +342,7 @@ module NccuSyncPlugin
|
|||
end
|
||||
end
|
||||
end
|
||||
if @debug_mode
|
||||
if @debug_sql_mode
|
||||
puts sql
|
||||
end
|
||||
sql
|
||||
|
|
Loading…
Reference in New Issue