|  | @ -239,7 +239,7 @@ public class AllSignExpenseStatusJob implements Job{
 | 
	
		
			
				|  |  |         }
 | 
	
		
			
				|  |  |         //保存日志
 | 
	
		
			
				|  |  |         quartzJobLog.setJobEndTime(new Date());
 | 
	
		
			
				|  |  |         quartzJobLog.setJobContent(saveContent((page-2)*pageSize+lastSize, adminCount, orgCount, townCount, cityCount, isAll, errorContent, errorCount));
 | 
	
		
			
				|  |  |         quartzJobLog.setJobContent(saveContent((page-1)*pageSize+lastSize, adminCount, orgCount, townCount, cityCount, isAll, errorContent, errorCount));
 | 
	
		
			
				|  |  |         quartzJobLog.setJobType(isAll ? "1" : "0");
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         dbStorage.saveLog(quartzJobLog);
 |