Commit 86d61c4f authored by 赵啸非's avatar 赵啸非

修改排队统计更新与组合查询

parent 525b5555
...@@ -52,7 +52,7 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD ...@@ -52,7 +52,7 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD
SimpleDateFormat date = new SimpleDateFormat("yyyy-MM-dd");//yyyy-年,MM-月,dd-日,HH-时,mm-分,ss-秒 SimpleDateFormat date = new SimpleDateFormat("yyyy-MM-dd");//yyyy-年,MM-月,dd-日,HH-时,mm-分,ss-秒
String currentDate = date.format(calendar.getTime()); String currentDate = date.format(calendar.getTime());
PhQueueQuery phQueueQuery = new PhQueueQuery(); PhQueueQuery phQueueQuery = new PhQueueQuery();
phQueueQuery.setSiteId(entity.getSiteId()); phQueueQuery.setSiteId(entity.getSiteId());
phQueueQuery.setTaketimeStart(currentDate); phQueueQuery.setTaketimeStart(currentDate);
phQueueQuery.setTaketimeEnd(currentDate); phQueueQuery.setTaketimeEnd(currentDate);
......
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