commit
						c5909e4672
					
				|  | @ -97,7 +97,7 @@ public class BpmTaskServiceImpl implements BpmTaskService { | ||||||
|         } |         } | ||||||
|         if (ArrayUtil.isNotEmpty(pageVO.getCreateTime())) { |         if (ArrayUtil.isNotEmpty(pageVO.getCreateTime())) { | ||||||
|             taskQuery.taskCreatedAfter(DateUtils.of(pageVO.getCreateTime()[0])); |             taskQuery.taskCreatedAfter(DateUtils.of(pageVO.getCreateTime()[0])); | ||||||
|             taskQuery.taskCreatedAfter(DateUtils.of(pageVO.getCreateTime()[1])); |             taskQuery.taskCreatedBefore(DateUtils.of(pageVO.getCreateTime()[1])); | ||||||
|         } |         } | ||||||
|         long count = taskQuery.count(); |         long count = taskQuery.count(); | ||||||
|         if (count == 0) { |         if (count == 0) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 芋道源码
						芋道源码