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 {
" JOIN " +
" INDUSTRY ind ON org.Industry_ID = ind.id " +
" JOIN " +
" REGION reg ON org.Region_ID = reg.id" +
" REGION reg ON org.Region_ID = reg.id " +
"WHERE " +
" 1=1" +
" <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