提交 c76849c0 编写于 作者: O o2null

Merge branch 'hotfix/修复视图的年月时间范围无效的问题' into 'master'

hotfix/修复视图的年月时间范围无效的问题

See merge request o2oa/o2oa!1083
......@@ -361,10 +361,10 @@ public abstract class Plan extends GsonPropertyObject {
}
public List<String> fetchBundles() throws Exception {
// 先获取所有记录对应的job值作为返回的结果集
List<String> bundles = this.listBundle();
// 先进行字段调整
this.adjust();
// 先获取所有记录对应的job值作为返回的结果集
List<String> bundles = this.listBundle();
this.group = this.findGroupSelectEntry();
this.orderList = this.listOrderSelectEntry();
if ((null != this.runtime.count) && (this.runtime.count > 0) && (this.runtime.count < bundles.size())) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册