Commit 1a2cc057 authored by neo's avatar neo

[dev] fix project query list sql

parent a01e4498
...@@ -137,9 +137,9 @@ public interface ProjectMapper extends MyMapper { ...@@ -137,9 +137,9 @@ public interface ProjectMapper extends MyMapper {
" p.START_PERIOD AS StartPeriod, " + " p.START_PERIOD AS StartPeriod, " +
" p.END_PERIOD AS EndPeriod " + " p.END_PERIOD AS EndPeriod " +
"FROM " + "FROM " +
" \"Project\" p " + " PROJECT p " +
" JOIN " + " JOIN " +
" \"Organization\" org ON p.ORGANIZATION_ID = org.id " + " ORGANIZATION org ON p.ORGANIZATION_ID = org.id " +
" JOIN " + " JOIN " +
" PROJECT_SERVICE_TYPE projectServiceType ON p.id = projectServiceType.PROJECT_ID " + " PROJECT_SERVICE_TYPE projectServiceType ON p.id = projectServiceType.PROJECT_ID " +
" JOIN " + " JOIN " +
......
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