|
|
|
@@ -677,6 +677,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
//修改flowRecord |
|
|
|
WxFlowRecord fr = new WxFlowRecord(); |
|
|
|
fr.setBusinessId(id); |
|
|
|
fr.setCurrStatus(EnumRentContractAppStatus.CANCLE.getCode()); |
|
|
|
wxFlowRecordMapper.updateCurrStatus(fr); |
|
|
|
|
|
|
|
logger.info("合同id:{},开始停止...", id); |
|
|
|
|