工业级运维app手机api
xz
fengxiang
2017-11-06 2324a17471b409163e4c79b5e86d45656c8954d2
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>