工业级运维app手机api
fengxiang
2017-11-03 ab9661b037cd8f38f7d0ee28766b02dc6d427286
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>