From 3e2159e45e12b2b8af058b68eafeaf082cf3fe85 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 15 九月 2022 09:30:31 +0800 Subject: [PATCH] 2022.9.15 1. 根据微信小程序前端需求,添加各对应后台逻辑 --- src/main/resources/mapper/CommitmentMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/CommitmentMapper.xml b/src/main/resources/mapper/CommitmentMapper.xml index a1aebdc..3fad7f9 100644 --- a/src/main/resources/mapper/CommitmentMapper.xml +++ b/src/main/resources/mapper/CommitmentMapper.xml @@ -8,12 +8,13 @@ <id column="CM_GUID" property="cmGuid" jdbcType="VARCHAR" /> <result column="UI_GUID" property="uiGuid" jdbcType="VARCHAR" /> <result column="CM_Url" property="cmUrl" jdbcType="VARCHAR" /> + <result column="CM_Pdf_Url" property="cmPdfUrl" jdbcType="VARCHAR" /> <result column="CM_Create_Time" property="cmCreateTime" jdbcType="TIMESTAMP" /> </resultMap> <sql id="Base_Column_List" > <!-- WARNING - @mbg.generated --> - CM_GUID, UI_GUID, CM_Url, CM_CreateTime + CM_GUID, UI_GUID, CM_Url, CM_Pdf_Url, CM_CreateTime </sql> </mapper> \ No newline at end of file -- Gitblit v1.9.3