Commit 2487f476 authored by neo.wang's avatar neo.wang

Merge branch 'dev_neo' into 'dev'

[DEV] query all project distinct

See merge request root/atms!70
parents 236d84d5 0a70c86f
......@@ -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