feat(dm): migrated all the dm topics
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m26s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 4m26s
This commit is contained in:
@@ -171,6 +171,16 @@ export const runDatamartQuery = async (data: Data) => {
|
||||
switch (data.name) {
|
||||
case "activeArticles":
|
||||
break;
|
||||
case "orderState":
|
||||
break;
|
||||
case "invoiceAddress":
|
||||
break;
|
||||
case "bulkOrderArticleInfo":
|
||||
datamartQuery = datamartQuery.replace(
|
||||
"[articles]",
|
||||
`${data.options.articles ? data.options.articles : "0"}`,
|
||||
);
|
||||
break;
|
||||
case "deliveryByDateRange":
|
||||
datamartQuery = datamartQuery
|
||||
.replace("[startDate]", `${data.options.startDate}`)
|
||||
|
||||
Reference in New Issue
Block a user