fix 会议标准项目返回宣贯地点

This commit is contained in:
lijiarao
2024-03-14 16:28:44 +08:00
parent 234cd70955
commit be88dbc357
2 changed files with 3 additions and 3 deletions
@@ -92,7 +92,7 @@ public class PayMeetingStandardProject {
/**
* 宣贯地点
*/
@TableField(value = "`promotion_location`")
@TableField(value = "promotion_location")
@ApiModelProperty(value = "宣贯地点")
private String promotionLocation;
}
@@ -13,12 +13,12 @@
<result column="preparation_and_revision" jdbcType="BOOLEAN" property="preparationAndRevision" />
<result column="promoter" jdbcType="VARCHAR" property="promoter" />
<result column="promotion_time" jdbcType="TIMESTAMP" property="promotionTime" />
<result column="promotion _location" jdbcType="VARCHAR" property="promotionLocation" />
<result column="promotion_location" jdbcType="VARCHAR" property="promotionLocation" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
id, meeting_id, standard_no, standard_name, standard_type, preparation_and_revision,
promoter, promotion_time, `promotion _location`
promoter, promotion_time, promotion_location
</sql>
<select id="pageList" resultMap="BaseResultMap">