@ -110,7 +110,7 @@
AND sl.location LIKE '%' || #{stStockInoutRecord.location} || '%'
</if>
<!-- 4. 出入库类型精确查询 -->
<if test="stStockInoutRecord.inOutType != null and stStockInoutRecord.inOutType != ''">
<if test="stStockInoutRecord.inOutType != null">
AND sir.in_out_type = #{stStockInoutRecord.inOutType}
<!-- 5. 出入库日期:时间范围查询 -->