采购单数据权限
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
ON pbe.billSid = pb.`sid`
|
ON pbe.billSid = pb.`sid`
|
||||||
LEFT JOIN purchase_bill_amount pba
|
LEFT JOIN purchase_bill_amount pba
|
||||||
ON pba.`billSid` = pb.`sid`
|
ON pba.`billSid` = pb.`sid`
|
||||||
LEFT JOIN ss_user.sys_organization as s ON pb.useOrgSid = s.sid
|
LEFT JOIN ss_user.sys_organization as s ON pb.deptSid = s.sid
|
||||||
<where> ${ew.sqlSegment} </where>
|
<where> ${ew.sqlSegment} </where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
ON pbe.billSid = pb.`sid`
|
ON pbe.billSid = pb.`sid`
|
||||||
LEFT JOIN purchase_bill_amount pba
|
LEFT JOIN purchase_bill_amount pba
|
||||||
ON pba.`billSid` = pb.`sid`
|
ON pba.`billSid` = pb.`sid`
|
||||||
LEFT JOIN ss_user.sys_organization as s ON pb.useOrgSid = s.sid
|
LEFT JOIN ss_user.sys_organization as s ON pb.deptSid = s.sid
|
||||||
<where> ${ew.sqlSegment} </where>
|
<where> ${ew.sqlSegment} </where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user