|  | @@ -726,7 +726,11 @@ public class AuditPathsServiceImpl implements IAuditPathsService {
 | 
	
		
			
				|  |  |                      else if (auditItems.getActId() == 1100) {
 | 
	
		
			
				|  |  |                          TWarehouse warehouseSubmitDTO = new TWarehouse();
 | 
	
		
			
				|  |  |                          warehouseSubmitDTO.setfId(auditItems.getBillId());
 | 
	
		
			
				|  |  | -                        warehouseSubmitDTO.setApprovalStatus("审核通过");
 | 
	
		
			
				|  |  | +                        if ("T".equals(at.getIffinalItem())) {
 | 
	
		
			
				|  |  | +                            warehouseSubmitDTO.setApprovalStatus("审核通过");
 | 
	
		
			
				|  |  | +                        } else if ("F".equals(at.getIffinalItem())) {
 | 
	
		
			
				|  |  | +                            warehouseSubmitDTO.setApprovalStatus("审核中");
 | 
	
		
			
				|  |  | +                        }
 | 
	
		
			
				|  |  |                          tWarehouseMapper.updateTWarehouse(warehouseSubmitDTO);
 | 
	
		
			
				|  |  |                      } else if (Objects.equals(auditItems.getActId(), WarehouseActIdEnum.FEE_CHANGES.getActId().longValue())) {
 | 
	
		
			
				|  |  |                          // 费用变更审核通过处理
 |