Commit 6990f1a0 authored by 赵啸非's avatar 赵啸非

添加申诉统计业务

parent 53452ed4
......@@ -57,12 +57,12 @@ public class IdgeneratorServiceImpl implements IdgeneratorService {
INFO_VERSION_KEY(50L, "getInfoVersion", null),
ATTEND_KEY(50L, "attend", null),
REVIEW_KEY(50L, "review", null),
COMPLAIN_KEY(50L, "complain", null),
GOWORK_KEY(50L, "gowork", null),
EFFECT_KEY(50L, "effect", null),
OTHER_KEY(50L, "other", null),
ATTEND_KEY(1L, "attend", null),
REVIEW_KEY(1L, "review", null),
COMPLAIN_KEY(1L, "complain", null),
GOWORK_KEY(1L, "gowork", null),
EFFECT_KEY(1L, "effect", null),
OTHER_KEY(1L, "other", null),
/** 空,测试用 */
DUMMY(DEFAULT_STEP, "", null),
......
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