Commit 0682e63f by guojuxing

刷新数字会员配置

parent 767be7fb
......@@ -67,6 +67,7 @@ public class DataConfigController {
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
ServiceResponse<List<DigitalConfigDTO>> response = enterpriseConfigApiService
.getDigitalConfigByEnterpriseId(enterpriseId);
LOGGER.info("刷新数字会员配置:{}", JSON.toJSONString(response));
if (response.isSuccess()) {
List<DigitalConfigDTO> list = response.getResult();
if (CollectionUtils.isNotEmpty(list)) {
......
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