Pu Zhibing
5 天以前 0a8d28436b2f7229ecdf40c6b003902002c8947f
ManagementQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TLineMapper.xml
@@ -45,6 +45,9 @@
            <if test="state != null and state != ''">
                and o.state = #{state}
            </if>
            <if test="companyId != null">
                and (o.id in (select lineId from t_line_company where companyId = #{companyId}) or o.companyId = #{companyId})
            </if>
        </where>
        order by o.id desc
    </select>