入库单pda查询;
This commit is contained in:
@@ -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 != ''">
|
||||
|
||||
Reference in New Issue
Block a user