Commit fefd1ee8 authored by 赵啸非's avatar 赵啸非

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

parent cd5ffeb8
...@@ -73,7 +73,7 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD ...@@ -73,7 +73,7 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD
//窗口 //窗口
updateSiteWindowPhCount(currentDate, entity, phQueueEntities); updateSiteWindowPhCount(currentDate, entity, phQueueEntities);
//组合条件更新 //组合条件更新
updateSiteConditionPhCount(entity, phQueueEntities); // updateSiteConditionPhCount(entity, phQueueEntities);
return Rest.ok(); return Rest.ok();
} }
......
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