|
|
|
@@ -260,6 +260,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
wxPropertyContractMapper.updateStatus(updateRentContract); |
|
|
|
logger.info("id:{},启动审批流成功",record.getId().toString()); |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
logger.error("启动审批流失败,e:" + e.getMessage()); |
|
|
|
throw new MallinkException(ErrorCode.FLOW_FAIL.getCode(), "FLOW FAILD " + e.getMessage()); |
|
|
|
} |
|
|
|
|