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