Commit ca106ff1 by zhiwj

刷新数字会员的时候重算

parent a3be31cc
......@@ -130,6 +130,7 @@ public class DataConfigController {
.configWechatMember(dto);
if (response.isSuccess()) {
configWechatMember(enterpriseId);
sparkJobApiService.enterMemberUpdateIndex(enterpriseId);
}
return ResultControllerUtils.commonResult(response);
}
......@@ -203,6 +204,7 @@ public class DataConfigController {
}
}
sparkJobApiService.enterMemberUpdateIndex(enterpriseId);
return RestResponse.success();
}
......@@ -249,7 +251,6 @@ public class DataConfigController {
}
}
}
sparkJobApiService.enterMemberUpdateIndex(enterpriseId);
return ResultControllerUtils.commonResult(response);
}
......
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