소스 검색

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

release_toaliyun_real
gongbiao 7 년 전
부모
커밋
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());


불러오는 중...
취소
저장