fix(ebom): 修复ebom工作表根据通知单号查询无效的问题
This commit is contained in:
parent
32e9356862
commit
55ee9fc8a7
|
|
@ -432,9 +432,9 @@
|
||||||
created_by=#{userCode}
|
created_by=#{userCode}
|
||||||
</if>
|
</if>
|
||||||
<if test="userJob==1">
|
<if test="userJob==1">
|
||||||
AND ((root_is=1 OR user_root_is=1) AND status=2) OR (status IN (1,3) AND (root_is=1 OR
|
AND (((root_is=1 OR user_root_is=1) AND status=2) OR (status IN (1,3) AND (root_is=1 OR
|
||||||
user_root_is=1 OR
|
user_root_is=1 OR
|
||||||
root_is_for_wait_review=1) AND created_by=#{userCode})
|
root_is_for_wait_review=1) AND created_by=#{userCode}))
|
||||||
</if>
|
</if>
|
||||||
<if test="query.deviseName!=null and query.deviseName!=''">
|
<if test="query.deviseName!=null and query.deviseName!=''">
|
||||||
AND devise_name LIKE concat('%', #{query.deviseName}, '%')
|
AND devise_name LIKE concat('%', #{query.deviseName}, '%')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue