提交 737fb18c authored 作者: 王绍森's avatar 王绍森

增加date类型

上级 2aed75e8
...@@ -5,6 +5,7 @@ export const DataType = { ...@@ -5,6 +5,7 @@ export const DataType = {
int: 'int', int: 'int',
long: 'long', long: 'long',
text: 'text', text: 'text',
date: 'date',
}; };
export default function getInfoGenerator(condition) { export default function getInfoGenerator(condition) {
...@@ -26,6 +27,7 @@ export default function getInfoGenerator(condition) { ...@@ -26,6 +27,7 @@ export default function getInfoGenerator(condition) {
key, key,
value, value,
dataType: conditionItemHasDataType.dataType, dataType: conditionItemHasDataType.dataType,
op: conditionItemHasDataType.op || 'eq',
}), }),
}; };
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论