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 {
List<ProjectDisplayDto> getProjectFromEnterpriseAccountSetOrg(@Param("orgId") String orgId, @Param("serviceId") String serviceId);
@Select("SELECT " +
" PERIOD_ID AS periodId,STATUS AS status" +
" PERIOD_ID AS periodId, STATUS AS status " +
"FROM " +
" PROJECT_STATUS_MANAGE p " +
"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