Commit 948afa30 authored by neo's avatar neo

[dev] sql erro for mis spacke

parent a1cb888d
...@@ -212,7 +212,7 @@ public interface ProjectMapper extends MyMapper { ...@@ -212,7 +212,7 @@ public interface ProjectMapper extends MyMapper {
" JOIN " + " JOIN " +
" INDUSTRY ind ON org.Industry_ID = ind.id " + " INDUSTRY ind ON org.Industry_ID = ind.id " +
" JOIN " + " JOIN " +
" REGION reg ON org.Region_ID = reg.id" + " REGION reg ON org.Region_ID = reg.id " +
"WHERE " + "WHERE " +
" 1=1" + " 1=1" +
" <if test=\"orgId != null and orgId !='' \">AND org.id=#{orgId}</if>" + " <if test=\"orgId != null and orgId !='' \">AND org.id=#{orgId}</if>" +
......
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