Commit e6c383e2 by guojx

Merge branch 'bugfix-2024-12-haoban-event-' into 'developer'

Bugfix 2024 12 haoban event

See merge request !2340
parents e86186e6 902968c7
......@@ -203,11 +203,11 @@ public class EventTrackingController extends NewBaseController {
fieldList.add("clerkNum");
indexList.add("绑定人数");
fieldList.add("bindingNum");
indexList.add("绑定率");
indexList.add("绑定率(%)");
fieldList.add("bindingRate");
indexList.add("活跃人数");
fieldList.add("visitNum");
indexList.add("活跃率");
indexList.add("活跃率(%)");
fieldList.add("visitRate");
......
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