仓储动态表单;

This commit is contained in:
王奎兴
2026-03-31 10:22:37 +08:00
parent d2415f2917
commit 8dda7c17b6
5 changed files with 30 additions and 16 deletions
@@ -25,6 +25,9 @@
<if test="organizationId != null">
AND a.organization_id = #{organizationId}
</if>
<if test="warehouseId != null">
AND a.warehouse_id = #{warehouseId}
</if>
<if test="key != null and key != ''">
AND a.key LIKE CONCAT('%', #{key}, '%')
</if>