Commit c42d2de5 authored by 田翔's avatar 田翔

fix: 时间增加时间段优化

parent 3afc3fb4
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.9.23", "version": "5.9.24",
"description": "5.9.23 时间增加时间段", "description": "5.9.24 时间增加时间段优化",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -50,6 +50,7 @@ const CalculateRule = (props) => { ...@@ -50,6 +50,7 @@ const CalculateRule = (props) => {
children: [ children: [
{ label: '时间差', key: '$sql.datediff()', disabled: false }, { label: '时间差', key: '$sql.datediff()', disabled: false },
{ label: '时间计算', key: '$sql.dateadd()', disabled: false }, { label: '时间计算', key: '$sql.dateadd()', disabled: false },
{ label: '时段计算', key: '$fn.datediffDay()', disabled: false },
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment