Commit 692022f0 by 郑永强

早晚报 fix bug

parent 9a42c341
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
ad_news_message_statistic a ad_news_message_statistic a
INNER JOIN book_group b ON a.book_group_id = b.id INNER JOIN book_group b ON a.book_group_id = b.id
INNER JOIN book_group_classify c ON a.classify_id = c.id INNER JOIN book_group_classify c ON a.classify_id = c.id
INNER JOIN book_group_qrcode d ON d.classify_id = c.id INNER JOIN book_group_qrcode d ON a.qrcode_id = d.id
INNER JOIN book e ON b.book_id = e.BOOK_ID INNER JOIN book e ON b.book_id = e.BOOK_ID
WHERE WHERE
a.create_user = #{partyId} a.create_user = #{partyId}
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
AND b.pur_label_id=#{purLabelId} AND b.pur_label_id=#{purLabelId}
</if> </if>
ORDER BY ORDER BY
a.create_time DESC a.id DESC
</select> </select>
<insert id="insert" parameterType="com.pcloud.book.adnews.entity.AdNewsMessageStatistic" useGeneratedKeys="true" keyProperty="id"> <insert id="insert" parameterType="com.pcloud.book.adnews.entity.AdNewsMessageStatistic" useGeneratedKeys="true" keyProperty="id">
......
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