#
luxiaotao1123
2022-03-09 652f3d8208438cfd3a9525feb9240257779bf8e3
src/main/resources/mapper/OrderMapper.xml
@@ -84,6 +84,9 @@
        <if test="order_no!=null and order_no!='' ">
            and mo.order_no like '%' + #{order_no} + '%'
        </if>
        <if test="cstmr_name!=null and cstmr_name!='' ">
            and mo.cstmr_name like '%' + #{cstmr_name} + '%'
        </if>
        <if test="doc_type!=null and doc_type!='' ">
            and mo.doc_type like '%' + #{doc_type} + '%'
        </if>