Zamiast '${dataimporter.last_index_time}' użyj '${dih.last_index_time}' LUB STR_TO_DATE('${dih.last_index_time}','%Y-%m-%d %H:%i:%s')
Używam jak poniżej, ponieważ moje pole MYSQL updated_at
to varchar.
STR_TO_DATE(updated_at,'%Y-%m-%dT%H:%i:%s.000Z')> STR_TO_DATE('${dih.last_index_time}','%Y-%m-%d %H:% i:%s')