Merge remote-tracking branch 'origin/dev' into dev

dev
anthonywj 2 years ago
commit 8e33768fb8

@ -408,11 +408,10 @@
<select id="selectInvListTreeByUser" resultMap="selectInvListTreeByUser"> <select id="selectInvListTreeByUser" resultMap="selectInvListTreeByUser">
select auth_warehouse.`code`, select auth_warehouse.`code`,
auth_warehouse.name warehouseName, auth_warehouse.name,
auth_warehouse.parentId, auth_warehouse.parentId,
auth_warehouse.parentCode, auth_warehouse.parentCode,
auth_dept.code deptCode, auth_dept.name warehouseName,
auth_dept.name deptName,
auth_warehouse.advanceType auth_warehouse.advanceType
from auth_warehouse from auth_warehouse
inner join auth_dept on auth_warehouse.parentId = auth_dept.code inner join auth_dept on auth_warehouse.parentId = auth_dept.code

Loading…
Cancel
Save