Usage
常见问题
提反馈
赚取佣金
登录
应用列表
公式编写助手
公式编写助手
举两个个例子给你参考 需要的key值:baof 描述:如果保单年度小于等于交费期间,就是年交保费否则就是0 公式:${insureYear}<=${mainInsurance__pPeriod}?${mainInsurance__baof}:0 需要的key值:baoe_effective 描述:如果保单年度为1,就是保额,否则就是baoe_effective乘以复利,自定义复利为baoe_interest 公式:${insureYear}==1?${mainInsurance__baoe}:${baoe_effective}*$<baoe_interest>
运行