diff --git a/application/Espo/Repositories/Job.php b/application/Espo/Repositories/Job.php new file mode 100644 index 0000000000..5c64829fc5 --- /dev/null +++ b/application/Espo/Repositories/Job.php @@ -0,0 +1,37 @@ +has('executeTime')) { + $entity->set('executeTime', date('Y-m-d H:i:s')); + } + } +} +