chenhj
6 天以前 b52a346d937c162120057f9c235904e66438e2a3
src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
@@ -118,6 +118,9 @@
            <if test="req.customerName != null and req.customerName != ''">
                and t3.customer_name like  concat('%',#{req.customerName},'%')
            </if>
            <if test="req.productCategory != null and req.productCategory != ''">
                and t2.product_category like  concat('%',#{req.productCategory},'%')
            </if>
            <if test="req.timeStr != null and req.timeStr != ''">
                and t1.create_time like  concat('%',#{req.timeStr},'%')
            </if>