Commit 0a70c86f authored by neo's avatar neo

[DEV] query all project distinct

parent b371a2da
......@@ -111,7 +111,7 @@ public interface ProjectMapper extends MyMapper {
int updateByPrimaryKey(Project record);
@Select("<script>" +
"SELECT " +
"SELECT distinct " +
" p.CreateTime AS CreateTime, " +
" p.IsActive AS IsActive, " +
" p.OrganizationID AS OrganizationID, " +
......
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