工业级运维app手机api
fengxiang
2017-10-31 81c8f5d05b7d7ca94db552de4d07d0e6491f51b0
src/main/resources/mapper/OrganizationMapper.xml
@@ -86,8 +86,9 @@
    <if test="distinct" >
      distinct
    </if>
    <include refid="Base_Column_List" />
    organization.*
    from organization
    LEFT JOIN area ON organization.areacode = area.`code`
    <if test="_parameter != null" >
      <include refid="Example_Where_Clause" />
    </if>