Commit 3d60a94f authored by 赵啸非's avatar 赵啸非

添加统计子站点

parent 14ce2804
......@@ -300,7 +300,7 @@ public class PjEvaluateStatController extends BaseCRUDJsonBodyMappingController<
for (int i = 0; i <= compare.intValue(); i++) {
DateTime curDate = DateUtil.offsetDay(attendStart, i);
log.info("记录日期:{}", curDate.toDateStr());
//log.info("记录日期:{}", curDate.toDateStr());
PjEvaluateStatEntity sitestatEntity = new PjEvaluateStatEntity();
sitestatEntity.initAttrValue();
sitestatEntity.setSiteId(site.getId());
......
......@@ -47,7 +47,7 @@ POST {{baseUrl}}/pj/evaluate/stat/stat
Content-Type: application/json
{
"pjTimeStart": "2024-07-01",
"pjTimeStart": "2023-01-01",
"pjTimeEnd": "2024-07-29"
}
......
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