소스 검색

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

release_toaliyun_real
gongbiao 7 년 전
부모
커밋
2c39d04ae3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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) {


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