@@ -137,9 +137,9 @@ |
||
137 | 137 | ->join('user_contacts', 'uploads.security_user_id', '=', 'user_contacts.security_user_id') |
138 | 138 | ->join('contact_types', 'user_contacts.contact_type_id', '=', 'contact_types.id') |
139 | 139 | //only for UAT |
140 | - //->where('contact_types.contact_option_id', '=', 5) |
|
140 | + //->where('contact_types.contact_option_id', '=', 5) |
|
141 | 141 | ->where('contact_types.contact_option_id', '!=', 5) |
142 | - //->where('contact_types.name', '=', 'TestEmail') |
|
142 | + //->where('contact_types.name', '=', 'TestEmail') |
|
143 | 143 | ->limit(1) |
144 | 144 | ->get()->toArray(); |
145 | 145 | $node = $this->argument('node'); |