feature: 不动产数据处理

beta-prop-all
dongxiaoke 7 months ago
parent 3934ab3d57
commit 14c9e52e10
  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,6 +230,11 @@ public class ElephantInvoiceApiV6ByInspurServiceImpl implements IInvoiceApiServi
for (Bdcxsxx bdcxsxx : bdcxsxxList) {
bdcxsxx.setXH(String.valueOf(bdcXh));
bdcXh ++;
String sjcjhsje = bdcxsxx.getSJCJHSJE() != null ? bdcxsxx.getSJCJHSJE():"";
if("0".equals(sjcjhsje)){
bdcxsxx.setSJCJHSJE("0.00");
}
}
qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息
@ -3658,6 +3663,11 @@ public class ElephantInvoiceApiV6ByInspurServiceImpl implements IInvoiceApiServi
for (Bdcxsxx bdcxsxx : bdcxsxxList) {
bdcxsxx.setXH(String.valueOf(bdcXh));
bdcXh ++;
String sjcjhsje = bdcxsxx.getSJCJHSJE() != null ? bdcxsxx.getSJCJHSJE():"";
if("0".equals(sjcjhsje)){
bdcxsxx.setSJCJHSJE("0.00");
}
}
qdtxx.setBDCXSXXLIST(bdcxsxxList); // 不动产销售信息

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

Loading…
Cancel
Save