pad接口-退货-退货指令列表查询匹配条件增加退货单号匹配
This commit is contained in:
parent
9ca0b0a210
commit
31f48a97c0
|
|
@ -25,6 +25,7 @@
|
|||
sqrtemp.realname LIKE CONCAT('%', #{dto.searchContent}, '%')
|
||||
or baseInfo.nu_name LIKE CONCAT('%', #{dto.searchContent}, '%')
|
||||
or main.nu_id LIKE CONCAT('%', #{dto.searchContent}, '%')
|
||||
or main.thd_no LIKE CONCAT('%', #{dto.searchContent}, '%')
|
||||
)
|
||||
</if>
|
||||
<if test="dto.status != null and dto.status != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue