no message

sdInAndOutDetailRepotr
HUOJIN\92525 2024-08-06 17:24:25 +08:00
parent 45aa836c86
commit 8014696d95
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
/target/

View File

@ -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}~/

View File

@ -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}~/