fix 会议标准项目返回宣贯地点
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ public class PayMeetingStandardProject {
|
||||
/**
|
||||
* 宣贯地点
|
||||
*/
|
||||
@TableField(value = "`promotion_location`")
|
||||
@TableField(value = "promotion_location")
|
||||
@ApiModelProperty(value = "宣贯地点")
|
||||
private String promotionLocation;
|
||||
}
|
||||
+2
-2
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user