工业级运维app手机api
沈斌
2017-11-06 1cbd89e5aceb71e990c42b8599e45f2703588878
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>