Commit e47ae3e6 by zhangxingmin

push

parent e1cc3df7
......@@ -74,4 +74,9 @@ public class ApiSysProjectPageResponse {
* 项目类型(PC、客户端)
*/
private String projectType;
/**
* 项目编码(租户内唯一)
*/
private String projectCode;
}
......@@ -8,6 +8,7 @@
sp.start_time,sp.end_time,
sp.logo_url,sp.scope,
sp.tenant_biz_id,sp.is_in,
sp.project_code,
(select st.tenant_name from sys_tenant st where st.tenant_biz_id = sp.tenant_biz_id limit 1) as tenantName
from sys_project sp
......
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