diff --git a/src/webapp/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml b/src/webapp/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml
index 7598659..694627b 100644
--- a/src/webapp/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml
+++ b/src/webapp/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml
@@ -13,7 +13,17 @@
 		or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
  and company.disabled=false]]>
               	
-              	
+              	
+                    
+                
+                
+                
+              	
+              	
 
             
             
@@ -41,6 +51,8 @@
  /~billFee.code: AND billFee.code like {billFee.code}~/
  /~account.id: AND billFee.account.id = {account.id}~/
  /~billFee.month: AND billFee.month like {billFee.month}~/
+ /~billFee.status: and billFee.status = {billFee.status} ~/
+ /~billFee.totalFee: and billFee.totalFee = {billFee.totalFee} ~/
  order by billFee.id desc 
  ]]>
         
diff --git a/target/cqtms/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml b/target/cqtms/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml
index 7598659..694627b 100644
--- a/target/cqtms/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml
+++ b/target/cqtms/WEB-INF/classes/config/origen/fee/maintainCDBillFeePayPage.xml
@@ -13,7 +13,17 @@
 		or company.id in (select detail.subOrg.id from OrganizationDetail detail where detail.org.code = #{PUBLIC_PLATFORM}))
  and company.disabled=false]]>
               	
-              	
+              	
+                    
+                
+                
+                
+              	
+              	
 
             
             
@@ -41,6 +51,8 @@
  /~billFee.code: AND billFee.code like {billFee.code}~/
  /~account.id: AND billFee.account.id = {account.id}~/
  /~billFee.month: AND billFee.month like {billFee.month}~/
+ /~billFee.status: and billFee.status = {billFee.status} ~/
+ /~billFee.totalFee: and billFee.totalFee = {billFee.totalFee} ~/
  order by billFee.id desc 
  ]]>