|  | @@ -2431,8 +2431,9 @@ public class TFeeServiceImpl implements ITFeeService {
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                      vo.setReceivableFQty(feeVOD.getFQty());
 | 
	
		
			
				|  |  |                      vo.setReceivablePrice(feeVOD.getPrice());
 | 
	
		
			
				|  |  | -                    WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOD.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | -                    vo.setfBilltype(storageType.getName());
 | 
	
		
			
				|  |  | +                    /*WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOD.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | +                    vo.setfBilltype(storageType.getName());*/
 | 
	
		
			
				|  |  | +                    vo.setfBilltype(feeVOD.getFFeesName());
 | 
	
		
			
				|  |  |                      vo.setFBillingDays(feeVOD.getFBillingDays());
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  if (ObjectUtils.isNotNull(feeVOC)) {
 | 
	
	
		
			
				|  | @@ -2442,8 +2443,9 @@ public class TFeeServiceImpl implements ITFeeService {
 | 
	
		
			
				|  |  |                      } else {
 | 
	
		
			
				|  |  |                          vo.setCopeWithAmount(C);
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  | -                    WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOC.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | -                    vo.setFBilltypeC(storageType.getName());
 | 
	
		
			
				|  |  | +                   /* WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOC.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | +                    vo.setFBilltypeC(storageType.getName());*/
 | 
	
		
			
				|  |  | +                    vo.setfBilltype(feeVOC.getFFeesName());
 | 
	
		
			
				|  |  |                      vo.setCopeWithFQty(feeVOC.getFQty());
 | 
	
		
			
				|  |  |                      vo.setCopeWithPrice(feeVOC.getPrice());
 | 
	
		
			
				|  |  |                  }
 | 
	
	
		
			
				|  | @@ -2497,8 +2499,9 @@ public class TFeeServiceImpl implements ITFeeService {
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                      generalLedgerDetailTotalExcel.setReceivableFQty(feeVOD.getFQty());
 | 
	
		
			
				|  |  |                      generalLedgerDetailTotalExcel.setReceivablePrice(feeVOD.getPrice());
 | 
	
		
			
				|  |  | -                    WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOD.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | -                    generalLedgerDetailTotalExcel.setFBilltype(storageType.getName());
 | 
	
		
			
				|  |  | +                    /*WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOD.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | +                    generalLedgerDetailTotalExcel.setFBilltype(storageType.getName());*/
 | 
	
		
			
				|  |  | +                    generalLedgerDetailTotalExcel.setFBilltype(feeVOD.getFFeesName());
 | 
	
		
			
				|  |  |                      generalLedgerDetailTotalExcel.setFBillingDays(feeVOD.getFBillingDays());
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  if (ObjectUtils.isNotNull(feeVOC)) {
 | 
	
	
		
			
				|  | @@ -2508,8 +2511,9 @@ public class TFeeServiceImpl implements ITFeeService {
 | 
	
		
			
				|  |  |                      } else {
 | 
	
		
			
				|  |  |                          generalLedgerDetailTotalExcel.setCopeWithAmount(C);
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  | -                    WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOC.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | -                    generalLedgerDetailTotalExcel.setFBilltypeC(storageType.getName());
 | 
	
		
			
				|  |  | +                    /*WarehouseTypeEnum storageType = WarehouseTypeEnum.fromTypeAndBusinessType(feeVOC.getfBilltype(), "storageType");
 | 
	
		
			
				|  |  | +                    generalLedgerDetailTotalExcel.setFBilltypeC(storageType.getName());*/
 | 
	
		
			
				|  |  | +                    generalLedgerDetailTotalExcel.setFBilltypeC(feeVOC.getFFeesName());
 | 
	
		
			
				|  |  |                      generalLedgerDetailTotalExcel.setCopeWithFQty(feeVOC.getFQty());
 | 
	
		
			
				|  |  |                      generalLedgerDetailTotalExcel.setCopeWithPrice(feeVOC.getPrice());
 | 
	
		
			
				|  |  |                  }
 |