Pu Zhibing
2025-09-05 2c5957854caea8b0fc0f7c957a946979e2e5554a
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.companyId = #{companyId}
            </if>
        </where>
        order by o.id desc
    </select>