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>