Commit eb4a077c authored by neo's avatar neo

[dev] fix get projetc sql less where

parent eb37fd2c
...@@ -224,7 +224,7 @@ public interface ProjectMapper extends MyMapper { ...@@ -224,7 +224,7 @@ public interface ProjectMapper extends MyMapper {
List<ProjectDisplayDto> getProjectFromEnterpriseAccountSetOrg(@Param("orgId") String orgId, @Param("serviceId") String serviceId); List<ProjectDisplayDto> getProjectFromEnterpriseAccountSetOrg(@Param("orgId") String orgId, @Param("serviceId") String serviceId);
@Select("SELECT " + @Select("SELECT " +
" PERIOD_ID AS periodId,STATUS AS status" + " PERIOD_ID AS periodId, STATUS AS status " +
"FROM " + "FROM " +
" PROJECT_STATUS_MANAGE p " + " PROJECT_STATUS_MANAGE p " +
"WHERE " + "WHERE " +
......
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