Преглед изворни кода

[物业押金账单][修改][店铺类型不匹配问题]

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
f2dd77ba81
1 измењених фајлова са 1 додато и 0 уклоњено
  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 Прегледај датотеку

@@ -386,6 +386,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService
wxBillDeposit.setCreatetime(date); wxBillDeposit.setCreatetime(date);
wxBillDeposit.setUpdatetime(date); wxBillDeposit.setUpdatetime(date);
wxBillDeposit.setIsDel(EnumDelStatus.NOT_DEL.getCode()); wxBillDeposit.setIsDel(EnumDelStatus.NOT_DEL.getCode());
wxBillDeposit.setRentShopType(wxPropertyContract.getRentShopType());
try { try {
wxBillPropertyDepositMapper.insertSelective(wxBillDeposit); wxBillPropertyDepositMapper.insertSelective(wxBillDeposit);
} catch (Exception e) { } catch (Exception e) {


Loading…
Откажи
Сачувај