Procházet zdrojové kódy

[其他账单][修改][更新数据]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
2c39d04ae3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherServiceImpl.java Zobrazit soubor

@@ -152,6 +152,7 @@ public class WxBillOtherServiceImpl implements WxBillOtherService {
wxBillOther.setUpdatetime(new Date()); wxBillOther.setUpdatetime(new Date());
wxBillOther.setPayWay(record.getPayWay()); wxBillOther.setPayWay(record.getPayWay());
wxBillOther.setComments(record.getComments()); wxBillOther.setComments(record.getComments());
wxBillOther.setName(record.getName());
try { try {
wxBillOtherMapper.updateByPrimaryKeySelective(wxBillOther); wxBillOtherMapper.updateByPrimaryKeySelective(wxBillOther);
} catch (Exception e) { } catch (Exception e) {


Načítá se…
Zrušit
Uložit