|  | @@ -316,6 +316,7 @@ public class TFeeServiceImpl implements ITFeeService {
 | 
	
		
			
				|  |  |      public AjaxResult confirm(String tfee, String tfeeDo, LoginUser loginUser, String fBilltype) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          TFee tFee = JSONArray.parseObject(tfee, TFee.class);
 | 
	
		
			
				|  |  | +        tFee.setfBillstatus("4");
 | 
	
		
			
				|  |  |          if (StringUtils.isNull(tFee.getfId())) {
 | 
	
		
			
				|  |  |              // 如果是新数据
 | 
	
		
			
				|  |  |              tFee.setCreateBy(loginUser.getUser().getUserName());
 |