From ef4488f90d5786bd77cabc3b9c4ae82e5296f3ad Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 3 Sep 2019 17:40:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=90=88=E5=90=8C][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=BB=93=E7=AE=97=E5=8D=95]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/service/impl/WxFlowServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java index d87f2b377..e1239ea36 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java @@ -286,7 +286,7 @@ public class WxFlowServiceImpl implements WxFlowService { WxBillSettle wxBillSettle = new WxBillSettle(); wxBillSettle.setId(businessId); wxBillSettle.setApplyStatus(applyStatus); - wxBillSettleMapper.update(wxBillSettle); + wxBillSettleMapper.updateByPrimaryKeySelective(wxBillSettle); //审批完成,账单解冻 if(EnumRentContractAppStatus.FINISH.getCode().intValue() == applyStatus.intValue()) {