Commit 707b9abc authored by frank.xa.zhang's avatar frank.xa.zhang

Merge remote-tracking branch 'origin/dev' into dev

parents 91b2449a 99301a45
......@@ -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