fix(ebom): 修复双角色人员无法查看到自己创建的待复核数据的问题
This commit is contained in:
parent
430fbd127d
commit
d8e8e60a9f
|
|
@ -403,7 +403,8 @@
|
|||
created_by=#{userCode}
|
||||
</if>
|
||||
<if test="userJob==1 and query.dataType==0">
|
||||
AND (root_is=1 OR user_root_is=1) AND status=2
|
||||
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
|
||||
root_is_for_wait_review=1) AND created_by=#{userCode})
|
||||
</if>
|
||||
<if test="userJob==1 and query.dataType==1">
|
||||
AND (root_is=1 OR user_root_is=1) AND status=4
|
||||
|
|
|
|||
Loading…
Reference in New Issue