|
|
|
@@ -210,7 +210,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
logger.error("更新物业合同信息失败,e:" + e.getMessage()); |
|
|
|
throw new MallinkException(ErrorCode.DB_FAIL.getCode(), "DB FAILD " + e.getMessage()); |
|
|
|
} |
|
|
|
return new ResultData(Result.SUCCESS, "更新物业合同信息成功"); |
|
|
|
return new ResultData(Result.SUCCESS, "更新物业合同信息成功", record); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|