Commit d08e10e5 by 陶光胜

通知详情修改

parent 05fbae53
......@@ -53,6 +53,7 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
@Override
public ServiceResponse<List<CustomGuideDTO>> listGuide(Integer enterpriseId, Integer version, String appid) {
List<TabCustomGuide> list = this.customGuideService.listGuide(enterpriseId, version, appid);
log.info("导航数据:{}", JSON.toJSONString(list));
return ServiceResponse.success(EntityUtil.changeEntityListByJSON(CustomGuideDTO.class, 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