修改mapper文件

release
yishiqihuasheng 2 years ago
parent 22b551eeeb
commit 866d30bde3
  1. 3
      dxhy-sign/src/main/java/com/dxhy/sign/service/fpqs/impl/SignFpqsServiceImpl.java

@ -1326,6 +1326,9 @@ public class SignFpqsServiceImpl extends MpBaseServiceImpl<SignRecordInvoiceDao,
notes = "发票号码不正确";
}
}
if (invoiceNo != null && invoiceNo.length()==20){
notes = null;
}
return notes;
}

Loading…
Cancel
Save