diff --git a/target/jrwms/WEB-INF/classes/config/origen/receiving/maintainASNPage.xml b/target/jrwms/WEB-INF/classes/config/origen/receiving/maintainASNPage.xml
index c6e5a95..966d937 100644
--- a/target/jrwms/WEB-INF/classes/config/origen/receiving/maintainASNPage.xml
+++ b/target/jrwms/WEB-INF/classes/config/origen/receiving/maintainASNPage.xml
@@ -24,7 +24,8 @@
-
+
+
= {receive.beginDate} ~/
/~receive.endDate: AND asn.receivedDate <= {receive.endDate} ~/
- /~asn.userName: AND asn.userName LIKE {asn.userName} ~/ order by asn.id desc]]>
+ /~asn.userName: AND asn.userName LIKE {asn.userName} ~/
+ /~asn.description: AND asn.description LIKE {asn.description} ~/
+ order by asn.id desc]]>
diff --git a/target/jrwms/WEB-INF/classes/dataSourceContext.xml b/target/jrwms/WEB-INF/classes/dataSourceContext.xml
index a035ed8..a5c029e 100644
--- a/target/jrwms/WEB-INF/classes/dataSourceContext.xml
+++ b/target/jrwms/WEB-INF/classes/dataSourceContext.xml
@@ -3,63 +3,60 @@
"-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- com.mysql.jdbc.Driver
-
-
-
- jdbc:mysql://139.196.165.224:53306/jrwms?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false&useOldAliasMetadataBehavior=true&autoReconnect=true&failOverReadOnly=false
-
-
- root
-
-
-
- Youchain@56
-
-
-
- 0
-
-
- 0
-
-
- -1
-
-
+ com.mysql.jdbc.Driver
+
+
+
+ jdbc:mysql://139.196.165.224:53306/jrwms?autoReconnect=true&useUnicode=true&characterEncoding=utf-8&useSSL=false
+
+
+
+ root
+
+
+ Youchain@56
+
+
+ 20
+
+
\ No newline at end of file