12 小时以前 e731bf5f64d71ed93a570d505c52dc44d491175e
src/main/resources/mapper/stock/StockOutRecordMapper.xml
@@ -61,6 +61,9 @@
            <if test="params.batchNo != null and params.batchNo != ''">
                and sor.batch_no like concat('%',#{params.batchNo},'%')
            </if>
            <if test="params.productModelId != null and params.productModelId > 0">
                and sor.product_model_id = #{params.productModelId}
            </if>
            <if test="params.type != null and params.type != ''">
                and sor.type = #{params.type}
            </if>