14 小时以前 8e52d3e600ff49869cc612fd9bf1cc64ac304f50
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -16,6 +16,9 @@
            <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
                AND t1.status = #{salesQuotationDto.status}
            </if>
            <if test="salesQuotationDto.id != null">
                AND t1.id = #{salesQuotationDto.id}
            </if>
        </where>
        order by t1.id desc
    </select>