fixing a number of bugs
This commit is contained in:
@@ -34,6 +34,6 @@
|
||||
(do
|
||||
(println row)
|
||||
(assoc row
|
||||
:company (:name (parse/best-match companies customer-identifier))
|
||||
:company-id (:id (parse/best-match companies customer-identifier))
|
||||
:imported false
|
||||
:potential-duplicate false)))))
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
(str/join "," (take (count vendors) (repeat "?")))
|
||||
") "
|
||||
"AND "
|
||||
"scheduled > NOW()"
|
||||
"sent is NULL"
|
||||
) ]
|
||||
vendors))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user