Commit 405e171e authored by 廖旭伟's avatar 廖旭伟

自助终端应用展示接口

parent 163131d0
...@@ -115,7 +115,7 @@ public class AppsInfoServiceImpl extends AbstractCRUDServiceImpl<AppsInfoDao, Ap ...@@ -115,7 +115,7 @@ public class AppsInfoServiceImpl extends AbstractCRUDServiceImpl<AppsInfoDao, Ap
appsInfoEntity.setName(pdu.getAppName()); appsInfoEntity.setName(pdu.getAppName());
appsInfoEntity.setDescribe(pdu.getSummary()); appsInfoEntity.setDescribe(pdu.getSummary());
appsInfoEntity.setIcon(pdu.getAppIconPath()); appsInfoEntity.setIcon(pdu.getAppIconPath());
appsInfoEntity.setUrl(pdu.getServiceApi()); appsInfoEntity.setUrl(pdu.getUrl());
return appsInfoEntity; return appsInfoEntity;
} }
} }
\ No newline at end of file
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