校验字段

release
yishiqihuasheng 2 years ago
parent 87433fc27f
commit f38d38c44c
  1. 3
      dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java

@ -528,6 +528,9 @@ public class SDNYMainProcessController extends AbstractController {
info.setZCPXH(snInvoice.getBrandModel());
info.setZMHFZJJ(snInvoice.getCaacDevelopmentFund());
info.setZGFDH(snInvoice.getPurchaserAddressPhone());
if (snInvoice.getSalesAddressPhone() == "nullnull"){
info.setZGFDH("");
}
info.setZXFZH(snInvoice.getSalesBank());
info.setZJYM(snInvoice.getCheckCode());
info.setZSJDH(snInvoice.getInspectionListNo());

Loading…
Cancel
Save