no message
parent
45aa836c86
commit
8014696d95
|
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
/target/
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
LEFT JOIN item.company as company
|
LEFT JOIN item.company as company
|
||||||
LEFT JOIN inventory.location as location
|
LEFT JOIN inventory.location as location
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
and item.warehouse = #{SESSION_WAREHOUSE}
|
and item.warehouse = #{SESSION_WAREHOUSE}
|
||||||
and company.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})
|
and company.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})
|
||||||
/~company.id: AND company.id = {company.id}~/
|
/~company.id: AND company.id = {company.id}~/
|
||||||
/~location.id: AND location.id = {location.id}~/
|
/~location.id: AND location.id = {location.id}~/
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
LEFT JOIN item.company as company
|
LEFT JOIN item.company as company
|
||||||
LEFT JOIN inventory.location as location
|
LEFT JOIN inventory.location as location
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
and item.warehouse = #{SESSION_WAREHOUSE}
|
and item.warehouse = #{SESSION_WAREHOUSE}
|
||||||
and company.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})
|
and company.id in (select u.organization.id from UserOrganize u where u.user=#{SESSION_USERS})
|
||||||
/~company.id: AND company.id = {company.id}~/
|
/~company.id: AND company.id = {company.id}~/
|
||||||
/~location.id: AND location.id = {location.id}~/
|
/~location.id: AND location.id = {location.id}~/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue