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