fixing a number of bugs

This commit is contained in:
Bryce Covert
2018-04-08 14:46:23 -07:00
parent c5344a27eb
commit 9dabb633a7
15 changed files with 462 additions and 81 deletions

View File

@@ -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)))))

View File

@@ -27,7 +27,7 @@
(str/join "," (take (count vendors) (repeat "?")))
") "
"AND "
"scheduled > NOW()"
"sent is NULL"
) ]
vendors))))