Fix service job require a user
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -327,7 +327,7 @@ along with this software (see the LICENSE.md file). If not, see | ... | @@ -327,7 +327,7 @@ along with this software (see the LICENSE.md file). If not, see |
327 | 327 | ||
328 | <service verb="remove" noun="ExcessMjmlEmailResourceHistories"> | 328 | <service verb="remove" noun="ExcessMjmlEmailResourceHistories"> |
329 | <in-parameters> | 329 | <in-parameters> |
330 | <parameter name="runDate" default="ec.user.nowTimestamp" required="true" type="Timestamp"/> | 330 | <parameter name="runDate" default="Timestamp.from(java.time.Instant.now())" required="true" type="Timestamp"/> |
331 | </in-parameters> | 331 | </in-parameters> |
332 | <out-parameters> | 332 | <out-parameters> |
333 | <parameter name="removedHistoryList"/> | 333 | <parameter name="removedHistoryList"/> | ... | ... |
-
Please register or sign in to post a comment