Compare commits

..

No commits in common. '1057655640d31f215de7a62b287bebb9bff177fc' and '9c56e1b6ad2f22451db6944e5326f158c68d2106' have entirely different histories.

  1. 10
      jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ByInspurServiceImpl.java
  2. 10
      jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ServiceImpl.java

@ -230,11 +230,6 @@ public class ElephantInvoiceApiV6ByInspurServiceImpl implements IInvoiceApiServi
for (Bdcxsxx bdcxsxx : bdcxsxxList) { for (Bdcxsxx bdcxsxx : bdcxsxxList) {
bdcxsxx.setXH(String.valueOf(bdcXh)); bdcxsxx.setXH(String.valueOf(bdcXh));
bdcXh ++; bdcXh ++;
String sjcjhsje = bdcxsxx.getSJCJHSJE() != null ? bdcxsxx.getSJCJHSJE():"";
if("0".equals(sjcjhsje)){
bdcxsxx.setSJCJHSJE("0.00");
}
} }
qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息 qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息
@ -3663,11 +3658,6 @@ public class ElephantInvoiceApiV6ByInspurServiceImpl implements IInvoiceApiServi
for (Bdcxsxx bdcxsxx : bdcxsxxList) { for (Bdcxsxx bdcxsxx : bdcxsxxList) {
bdcxsxx.setXH(String.valueOf(bdcXh)); bdcxsxx.setXH(String.valueOf(bdcXh));
bdcXh ++; bdcXh ++;
String sjcjhsje = bdcxsxx.getSJCJHSJE() != null ? bdcxsxx.getSJCJHSJE():"";
if("0".equals(sjcjhsje)){
bdcxsxx.setSJCJHSJE("0.00");
}
} }
qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息 qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息

@ -271,11 +271,6 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService {
for (Bdcxsxx bdcxsxx : bdcxsxxList) { for (Bdcxsxx bdcxsxx : bdcxsxxList) {
bdcxsxx.setXH(String.valueOf(bdcXh)); bdcxsxx.setXH(String.valueOf(bdcXh));
bdcXh ++; bdcXh ++;
String sjcjhsje = bdcxsxx.getSJCJHSJE() != null ? bdcxsxx.getSJCJHSJE():"";
if("0".equals(sjcjhsje)){
bdcxsxx.setSJCJHSJE("0.00");
}
} }
qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息 qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息
@ -3752,11 +3747,6 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService {
for (Bdcxsxx bdcxsxx : bdcxsxxList) { for (Bdcxsxx bdcxsxx : bdcxsxxList) {
bdcxsxx.setXH(String.valueOf(bdcXh)); bdcxsxx.setXH(String.valueOf(bdcXh));
bdcXh ++; bdcXh ++;
String sjcjhsje = bdcxsxx.getSJCJHSJE() != null ? bdcxsxx.getSJCJHSJE():"";
if("0".equals(sjcjhsje)){
bdcxsxx.setSJCJHSJE("0.00");
}
} }
qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息 qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息

Loading…
Cancel
Save