|  | @@ -4959,8 +4959,8 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
 | 
												
													
														
															|  |       * @param invoiceNumber
 |  |       * @param invoiceNumber
 | 
												
													
														
															|  |       * @return
 |  |       * @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)){
 |  |          if (ObjectUtil.isNotEmpty(reportData)){
 | 
												
													
														
															|  |              return true;
 |  |              return true;
 | 
												
													
														
															|  |          }
 |  |          }
 |