Commit 98898cdf by 李传峰

Merge branch 'fixbug/listBookClassifyCount' into 'master'

bug:[none]listBookClassifyCount

See merge request rays/pcloud-book!1629
parents aede00e7 43c81dd0
...@@ -1925,7 +1925,7 @@ ...@@ -1925,7 +1925,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