Browse Source

fix

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

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

@@ -853,6 +853,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
wxBillProperty.setUpdateBy(user.getId());
wxBillProperty.setUpdateByName(user.getName());
wxBillProperty.setIsDel(EnumDelStatus.NOT_DEL.getCode());
wxBillProperty.setStatus(EnumBillStatus.WAIT_PAY.getCode());
wxBillProperty.setRentShopType(wxPropertyContract.getRentShopType());
wxBillProperty.setPeriod(billcount);
if (shopInfo != null) {


Loading…
Cancel
Save