入库单pda查询;

This commit is contained in:
王奎兴
2026-07-10 14:17:46 +08:00
parent bbe8ce3523
commit 1381bcee72
@@ -350,7 +350,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</if>
<if test="queryUserId != null">
and a.TASK_ISSUE_USER_ID like CONCAT(#{queryUserId}, '%')
and a.TASK_ISSUE_USER_ID like concat('%', #{queryUserId}, '%')
</if>
<!-- 报关相关字段查询条件 -->
<if test="to != null and to != ''">