From 897c6437c5c0066195f84b3920c62b7a045071ab Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" <925258474@qq.com> Date: Tue, 20 Aug 2024 17:19:54 +0800 Subject: [PATCH] no message --- .../origen/receiving/asnOneReceivePage.xml | 8 +- .../origen/receiving/asnOneReceivePage.xml | 180 ------------------ .../WEB-INF/classes/dataSourceContext.xml | 44 ----- 3 files changed, 5 insertions(+), 227 deletions(-) delete mode 100644 target/jjwms/WEB-INF/classes/config/origen/receiving/asnOneReceivePage.xml delete mode 100644 target/jjwms/WEB-INF/classes/dataSourceContext.xml diff --git a/src/webapp/WEB-INF/classes/config/origen/receiving/asnOneReceivePage.xml b/src/webapp/WEB-INF/classes/config/origen/receiving/asnOneReceivePage.xml index 7e5bc08..2a7f3da 100644 --- a/src/webapp/WEB-INF/classes/config/origen/receiving/asnOneReceivePage.xml +++ b/src/webapp/WEB-INF/classes/config/origen/receiving/asnOneReceivePage.xml @@ -37,9 +37,11 @@ from LocStatusView lv left join lv.loc loc where loc.code like :param - and loc.disabled = false and loc.type in ('TRANSIT','STORAGE') - and (loc.mixItem=true or lv.loc_status='空') and (loc.id in(select l.dock.id from LocationRegistration l where l.asn.id={asn.id}) or 0=(select nvl(max(l.dock.id),0) from LocationRegistration l where l.asn.id={asn.id})) - and loc.warehouse = #{SESSION_WAREHOUSE} order by loc.code]]> + and loc.disabled = false + and loc.type in ('TRANSIT','STORAGE') + and (loc.mixItem=true or lv.loc_status='空') + and (loc.id in(select l.dock.id from LocationRegistration l where l.asn.id={asn.id}) or 0=(select nvl(max(l.dock.id),0) from LocationRegistration l where l.asn.id={asn.id})) + order by loc.code]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target/jjwms/WEB-INF/classes/dataSourceContext.xml b/target/jjwms/WEB-INF/classes/dataSourceContext.xml deleted file mode 100644 index ea8acf7..0000000 --- a/target/jjwms/WEB-INF/classes/dataSourceContext.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - oracle.jdbc.OracleDriver - - - jdbc:oracle:thin:@47.117.118.155:1521:orcl - - - - jjwl - - - jjwl - - - 200 - - - \ No newline at end of file