Commit 9e4a9893 by 李传峰

Merge branch 'hotfix/1007560' into 'master'

hotfix: [1007560] 修复平台端导出书刊sql

See merge request rays/pcloud-book!1631
parents 98898cdf 4e1e351d
...@@ -5745,6 +5745,7 @@ public class BookGroupBizImpl implements BookGroupBiz { ...@@ -5745,6 +5745,7 @@ public class BookGroupBizImpl implements BookGroupBiz {
if (null != dlBookDTO) { if (null != dlBookDTO) {
map.put("isDouluo", true); map.put("isDouluo", true);
map.put("pageType", dlBookDTO.getPageType()); map.put("pageType", dlBookDTO.getPageType());
map.put("mapSceneId", dlBookDTO.getMapSceneId());
} else { } else {
map.put("isDouluo", false); map.put("isDouluo", false);
} }
......
...@@ -1592,7 +1592,7 @@ ...@@ -1592,7 +1592,7 @@
</if> </if>
<if test="thirdTempletIds!=null and thirdTempletIds.size()>0"> <if test="thirdTempletIds!=null and thirdTempletIds.size()>0">
AND AND
A.third_TEMPLET_ID in ba.third_TEMPLET_ID in
<foreach collection="thirdTempletIds" item="item" open="(" separator="," close=")"> <foreach collection="thirdTempletIds" item="item" open="(" separator="," close=")">
${item} ${item}
</foreach> </foreach>
......
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