Просмотр исходного кода

[账单][修改][导入数据]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
0854ed6154
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java

+ 4
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java Просмотреть файл

@@ -1091,6 +1091,8 @@ public class WxBillAllServiceImpl implements WxBillAllService {
other = new WxBillOther();
final IdWorker idWorker = IdWorker.get();
other.setId(idWorker.nextId());
other.setName(bill.getBillAttr());
other.setComments(bill.getBillAttr());
other.setStatus(EnumBillRentStatus.PAID.getCode());
other.setReceivePay(pay);
other.setReceiveDate(bill.getReceiveDate());
@@ -1137,6 +1139,8 @@ public class WxBillAllServiceImpl implements WxBillAllService {
otherDepositQuery = new WxBillOtherDeposit();
final IdWorker idWorker = IdWorker.get();
otherDepositQuery.setId(idWorker.nextId());
otherDepositQuery.setName(bill.getBillAttr());
otherDepositQuery.setComments(bill.getBillAttr());
otherDepositQuery.setStatus(EnumBillRentStatus.PAID.getCode());
otherDepositQuery.setReceivePay(pay);
otherDepositQuery.setReceiveDate(bill.getReceiveDate());


Загрузка…
Отмена
Сохранить