Commit cdbae39d by 李传峰

Merge branch 'fixbug/listBookClassifyCount' into 'release'

Fixbug/list book classify count

See merge request rays/pcloud-book!1628
parents 3bbe92ed 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