Commit 9cbf3400 authored by neo's avatar neo

[DEV] project query db filed fixed

parent e99a0db2
...@@ -149,7 +149,7 @@ public interface ProjectMapper extends MyMapper { ...@@ -149,7 +149,7 @@ public interface ProjectMapper extends MyMapper {
" JOIN " + " JOIN " +
" Industry industry ON p.IndustryID = industry.ID " + " Industry industry ON p.IndustryID = industry.ID " +
" JOIN " + " JOIN " +
" TemplateGroup templateGroup ON projectServiceType.TemplateGroupID = templateGroup.ID " + " template_group templateGroup ON projectServiceType.TemplateGroupID = templateGroup.id " +
" JOIN " + " JOIN " +
" Region region ON p.RegionID = region.ID " + " Region region ON p.RegionID = region.ID " +
" JOIN " + " JOIN " +
......
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