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>