|  | @@ -103,6 +103,11 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                  file_permission: this.ctx.helper.mapAllSubField(this.PermissionConst.file, 'value'),
 | 
	
		
			
				|  |  |                  manage_permission: this.ctx.helper.mapAllSubField(this.PermissionConst.manage, 'value'),
 | 
	
		
			
				|  |  |                  filing_type: 'all',
 | 
	
		
			
				|  |  | +                info_permission: this.ctx.helper.mapAllSubField(this.PermissionConst.info, 'value'),
 | 
	
		
			
				|  |  | +                datacollect_permission: this.ctx.helper.mapAllSubField(this.PermissionConst.datacollect, 'value'),
 | 
	
		
			
				|  |  | +                contract_permission: this.ctx.helper.mapAllSubField(this.PermissionConst.contract, 'value'),
 | 
	
		
			
				|  |  | +                fund_pay_permission: this.ctx.helper.mapAllSubField(this.PermissionConst.fund_pay, 'value'),
 | 
	
		
			
				|  |  | +                fund_trans_permission: this.ctx.helper.mapAllSubField(this.PermissionConst.fund_trans, 'value'),
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 |