Commit d8de76b2 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 33fe7473 a26b6958
......@@ -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