src/main/resources/mapper/sales/SalesQuotationMapper.xml @@ -18,5 +18,6 @@ <if test="salesQuotationDto.status != null and salesQuotationDto.status != '' "> AND t1.status = #{salesQuotationDto.status} </if> order by quotation_no </select> </mapper>