代码调整

dev
wj 2 years ago
parent bfb9746a97
commit 43a067bc4b

@ -411,7 +411,8 @@
auth_warehouse.name,
auth_warehouse.parentId,
auth_warehouse.parentCode,
auth_dept.name warehouseName,
auth_dept.name deptName,
auth_dept.code deptCode,
auth_warehouse.advanceType
from auth_warehouse
inner join auth_dept on auth_warehouse.parentId = auth_dept.code

Loading…
Cancel
Save