|  | @@ -4959,8 +4959,8 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
 | 
	
		
			
				|  |  |       * @param invoiceNumber
 | 
	
		
			
				|  |  |       * @return
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    public boolean getByInvoiceNumber(String invoiceNumber) {
 | 
	
		
			
				|  |  | -        CwProjectReportData reportData = reportMapper.getByInvoiceNumber(invoiceNumber);
 | 
	
		
			
				|  |  | +    public boolean getByInvoiceNumber(String invoiceNumber,String id) {
 | 
	
		
			
				|  |  | +        CwProjectReportData reportData = reportMapper.getByInvoiceNumber(invoiceNumber,id);
 | 
	
		
			
				|  |  |          if (ObjectUtil.isNotEmpty(reportData)){
 | 
	
		
			
				|  |  |              return true;
 | 
	
		
			
				|  |  |          }
 |