Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
a7fc744652
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxPropertyContractServiceImpl.java View File

@@ -1042,7 +1042,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
setNewsBills(wxPropertyContract, ufbn, ufb, sid, shopAreaRateMap,shopUserMap);
ufbn.setParentBillId(rs.getId());
ufbn.setParentVirtualComposeId(rb.getId());
shopAllBillList.add(rs);
shopAllBillList.add(ufbn);
}
}
}


Loading…
Cancel
Save