|  | @@ -283,9 +283,9 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          //费用支出
 | 
	
		
			
				|  |  | -        String sqlCostpay = "SELECT " +
 | 
	
		
			
				|  |  | +        String sqlCostpay = "SELECT 901 as setNo, " +
 | 
	
		
			
				|  |  |                  "  sp.cSPVCode as disbursementSlipNo, " +
 | 
	
		
			
				|  |  | -                "  sp.cSBVCode as invoicenum, " +
 | 
	
		
			
				|  |  | +                "  sp.cDefine10 as invoicenum, " +
 | 
	
		
			
				|  |  |                  "  sp.cMaker as preparedBy, " +
 | 
	
		
			
				|  |  |                  "  sps.cExpCode as expenseItem, " +
 | 
	
		
			
				|  |  |                  "  sps.iMoney as disbursedLocalmoney, " +
 |