|  | @@ -843,6 +843,9 @@ public class cashbill extends Controller {
 | 
	
		
			
				|  |  |              JSONObject whereObject = content.getJSONObject("where");
 | 
	
		
			
				|  |  |              if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
 | 
	
		
			
				|  |  |                  where = where + " and (t1.billno like '%" + whereObject.getString("condition") + "%') ";
 | 
	
		
			
				|  |  | +                where = where + " and (t1.remarks like '%" + whereObject.getString("condition") + "%') ";
 | 
	
		
			
				|  |  | +                where = where + " and (t1.source like '%" + whereObject.getString("condition") + "%') ";
 | 
	
		
			
				|  |  | +                where = where + " and (t1.checkby like '%" + whereObject.getString("condition") + "%') ";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              if (whereObject.containsKey("begindate") && !"".equals(whereObject.getString("begindate"))) {
 |