Commit 99301a45 authored by neo.wang's avatar neo.wang

Merge branch 'dev_neo' into 'dev'

[DEV] project query db filed fixed

See merge request root/atms!36
parents 4dff5e25 9cbf3400
......@@ -149,7 +149,7 @@ public interface ProjectMapper extends MyMapper {
" JOIN " +
" Industry industry ON p.IndustryID = industry.ID " +
" JOIN " +
" TemplateGroup templateGroup ON projectServiceType.TemplateGroupID = templateGroup.ID " +
" template_group templateGroup ON projectServiceType.TemplateGroupID = templateGroup.id " +
" JOIN " +
" Region region ON p.RegionID = region.ID " +
" 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