gpt4 book ai didi

java - 为什么 Jboss 流口水规则在计时之前就过期了

转载 作者:行者123 更新时间:2023-11-30 06:37:28 24 4
gpt4 key购买 nike

我面临的问题规则不考虑时间,日期工作正常

rule "My Rule"
no-loop true
dialect "mvel"
date-effective "05-JUN-2017 05:00" #after midnight
date-expires "07-JUL-2017 05:00" #before 23:59.59 on 6th July

when
eval ( true )
then
log.debug( "My rule executed" );
end

最佳答案

我们在代码中可以发现:

DEFAULT_FORMAT_MASK = "dd-MMM-yyyy";

如果未设置 drools.dateformat 属性,则这是默认值。使用根据 java.text.SimpleDateFormat 规范有效的字符串值来设置属性。

关于java - 为什么 Jboss 流口水规则在计时之前就过期了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44968979/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com