|
|
|
@@ -151,6 +151,7 @@ public class WxBillOtherServiceImpl implements WxBillOtherService { |
|
|
|
wxBillOther.setStatus(record.getPay().equals(record.getReceivePay()) ? EnumBillDailyStatus.PAID.getCode() : wxBillOther.getStatus()); |
|
|
|
wxBillOther.setUpdatetime(new Date()); |
|
|
|
wxBillOther.setPayWay(record.getPayWay()); |
|
|
|
wxBillOther.setComments(record.getComments()); |
|
|
|
try { |
|
|
|
wxBillOtherMapper.updateByPrimaryKeySelective(wxBillOther); |
|
|
|
} catch (Exception e) { |
|
|
|
|