liyong
6 天以前 7998ad65e1a632b02e9aaca1ca9e575a13b3e203
src/main/resources/mapper/aftersalesservice/AfterSalesServiceMapper.xml
@@ -14,6 +14,9 @@
        <if test="req.tenantId != null and req.tenantId != ''">
            and tenant_id = #{req.tenantId}
        </if>
        <if test="req.status != null and req.status != ''">
            and status = #{req.status}
        </if>
        order by update_time desc
    </select>
</mapper>