Commit 70873f28 by 郑永强

移除字段

parent fae4e37c
...@@ -669,7 +669,7 @@ public class AdNewsBizImpl implements AdNewsBiz { ...@@ -669,7 +669,7 @@ public class AdNewsBizImpl implements AdNewsBiz {
map.put("partyId", partyId); map.put("partyId", partyId);
map.put("title", title); map.put("title", title);
map.put("beginTime", beginTime); map.put("beginTime", beginTime);
map.put("endTime", StringUtil.isEmpty(endTime) ? null : endTime.concat(" 23:59:59")); map.put("endTime", endTime);
map.put("proLabelId", proLabelId); map.put("proLabelId", proLabelId);
map.put("depLabelId", depLabelId); map.put("depLabelId", depLabelId);
map.put("purLabelId", purLabelId); map.put("purLabelId", purLabelId);
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
<result column="classify_id" property="classifyId" jdbcType="BIGINT"/> <result column="classify_id" property="classifyId" jdbcType="BIGINT"/>
<result column="book_group_id" property="bookGroupId" jdbcType="BIGINT"/> <result column="book_group_id" property="bookGroupId" jdbcType="BIGINT"/>
<result column="ad_news_set_id" property="adNewsSetId" jdbcType="BIGINT"/> <result column="ad_news_set_id" property="adNewsSetId" jdbcType="BIGINT"/>
<result column="content_froms" property="contentFroms" jdbcType="VARCHAR"/>
<result column="message_count" property="messageCount" jdbcType="INTEGER"/> <result column="message_count" property="messageCount" jdbcType="INTEGER"/>
<result column="create_user" property="createUser" jdbcType="BIGINT"/> <result column="create_user" property="createUser" jdbcType="BIGINT"/>
<result column="create_time" property="createTime" jdbcType="TIMESTAMP"/> <result column="create_time" property="createTime" jdbcType="TIMESTAMP"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment