Browse Source

[商户账单][修改][生成催缴单]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
b78fbde4a4
2 changed files with 5 additions and 2 deletions
  1. +5
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java
  2. BIN
      mallinkService/src/main/resources/contract-word-template/bill_owe.docx

+ 5
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java View File

@@ -110,7 +110,7 @@ public class WxBillAllServiceImpl implements WxBillAllService {
@Override
public Map<String, Object> listAsPage(WxBillAll record, Integer pageIndex, Integer pageSize) {
//更新各账单状态
updateBillStatus(record);
//updateBillStatus(record);
PageInfo<WxBillAllVo> pageInfo = PageHelper.startPage(pageIndex, pageSize).doSelectPageInfo(() -> wxBillAllMapper.list(record));

Map<String, Object> result = new HashMap<>();
@@ -604,7 +604,7 @@ public class WxBillAllServiceImpl implements WxBillAllService {
WxPayAccountBill wxPayAccountBill = new WxPayAccountBill();
wxPayAccountBill.setTenantId(wxBillAll.getTenantId());
wxPayAccountBill = wxPayAccountBillMapper.selectOne(wxPayAccountBill);
if (wxPayAccountBill == null) {
if (wxPayAccountBill != null) {
result.put("accountNumber", wxPayAccountBill.getBankCardId());
result.put("accountName", wxPayAccountBill.getBankAccountName());
} else {
@@ -722,6 +722,9 @@ public class WxBillAllServiceImpl implements WxBillAllService {

result.put("depositDetail", " ");
result.put("otherDetail", " ");

result.put("linkPerson", " ");
result.put("linkPhone", " ");
}

String createtime = DateUtils.getSystemTime("yyyy-MM-dd");


BIN
mallinkService/src/main/resources/contract-word-template/bill_owe.docx View File


Loading…
Cancel
Save