|  | @@ -435,6 +435,9 @@ public class SiZyService {
 | 
	
		
			
				|  |  |          if (null == p.getStaffId()) {
 | 
	
		
			
				|  |  |              p.setStaffId(TokenUtil.getTokenUserId());
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        if (StringUtil.isBlank(p.getAcctUsedFlag())) {
 | 
	
		
			
				|  |  | +            p.setAcctUsedFlag(YesOrNo.NO.getCodeStr());
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  //        if (p.getAge() >= 7 && p.getAge() < 70) {
 | 
	
		
			
				|  |  |  //            ReadCardBizType readCardBizType = ReadCardBizType.get(p.getReadCardBizType());
 |