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