maven
9 天以前 2091cff10268f46cd3e7a24d3fbefd6e1a476a3e
src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -31,9 +31,6 @@
            <if test="c.salesContractNo != null and c.salesContractNo != ''">
                and sl.sales_contract_no like concat('%',#{c.salesContractNo},'%')
            </if>
            <if test="c.customerName != null and c.customerName != ''">
                and sl.customer_name like concat('%',#{c.customerName},'%')
            </if>
            <if test="c.productCategory != null and c.productCategory != ''">
                and slp.product_category like concat('%',#{c.productCategory},'%')
            </if>
@@ -46,7 +43,7 @@
        </where>
    </select>
    <select id="productMainByOrderId" resultType="com.ruoyi.production.dto.ProductOrderDto">
        select po.*,
        select po.*,F
               pwo.work_order_no,
               pwo.report_work,
               pwo.status,