From 8014696d95bf71e3ebc8640388c90a56f0d2bee3 Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" <925258474@qq.com> Date: Tue, 6 Aug 2024 17:24:25 +0800 Subject: [PATCH] no message --- .gitignore | 2 ++ .../classes/config/origen/inventory/maintainInventoryPage.xml | 2 +- .../classes/config/origen/inventory/maintainInventoryPage.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ede4204 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +/target/ diff --git a/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml b/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml index ba820ab..4816fef 100644 --- a/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml +++ b/src/webapp/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml @@ -71,7 +71,7 @@ LEFT JOIN item.company as company LEFT JOIN inventory.location as location 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}) /~company.id: AND company.id = {company.id}~/ /~location.id: AND location.id = {location.id}~/ diff --git a/target/hrbwms/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml b/target/hrbwms/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml index ba820ab..4816fef 100644 --- a/target/hrbwms/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml +++ b/target/hrbwms/WEB-INF/classes/config/origen/inventory/maintainInventoryPage.xml @@ -71,7 +71,7 @@ LEFT JOIN item.company as company LEFT JOIN inventory.location as location 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}) /~company.id: AND company.id = {company.id}~/ /~location.id: AND location.id = {location.id}~/