出入库记录接口更新

This commit is contained in:
2026-01-20 14:02:20 +08:00
parent a82797c475
commit 14944d2a99
5 changed files with 108 additions and 13 deletions

View File

@@ -306,6 +306,9 @@
)
</if>
<if test="remark != null and remark != ''">
AND ri.remark LIKE concat('%', #{remark}, '%')
</if>
<if test="rkType != null and rkType != ''">
AND ri.rk_type LIKE concat('%', #{rkType}, '%')
</if>