yaowanxin
5 天以前 5e55cbc7cf95b0f892ae4066a7699a5f76a0f2f3
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>