gongchunyi
11 小时以前 996b148724ddaabf067a39f701b372dbd8d660f9
src/main/resources/mapper/sales/SalesQuotationMapper.xml
@@ -19,5 +19,6 @@
        <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' ">
            AND t1.status = #{salesQuotationDto.status}
        </if>
        order by t1.quotation_no desc
    </select>
</mapper>