Pu Zhibing
20 小时以前 aa72a1d1d8c792b322281f5ab01996bc62820b13
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TSiteMapper.xml
@@ -44,6 +44,9 @@
            <if test="state != null and state != ''">
                and o.state = #{state}
            </if>
            <if test="null != companyId">
                and o.companyId = #{companyId}
            </if>
        </where>
        order by o.id desc
    </select>