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